From a8dac7d70201def8c3c6fbc3c79decace0e0a97a Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Wed, 23 Jun 2021 20:16:28 -0400 Subject: [PATCH] [ci] Use Scientific Linux 7 as base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a98d2df1fc6..79a9cc3bdae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:7.4.1708 AS build-stage +FROM scientificlinux/sl:7 AS build-stage WORKDIR /workdir