Skip to content

Commit d7f4753

Browse files
Update centos Docker tag to v8
1 parent 08d3b5a commit d7f4753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfiles/SIMP_EL7_Beaker.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Dockerfile targets running acceptance tests using Beaker
22

3-
FROM centos:7
3+
FROM centos:8
44
ENV container docker
55

66
RUN mkdir /root/build_scripts

build/Dockerfiles/SIMP_EL7_Build.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# * docker commit <running container ID> el7_build
3030
# * docker run -it el7_build
3131

32-
FROM centos:7.0.1406
32+
FROM centos:8.4.2105
3333
ENV container docker
3434
ARG ruby_version=2.7
3535

0 commit comments

Comments
 (0)