Skip to content

Commit 0799a59

Browse files
authored
Merge pull request #587 from joshcooper/bump_docker
(MODULES-11238) Bump centos base docker image
2 parents e24a8c1 + cdff0b0 commit 0799a59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/centos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Arguments:
2525
# - before: The version to do upgrade FROM. Default: "1.10.14"
2626

27-
FROM centos:7
27+
FROM centos:8
2828

2929
# Use this to force a cache reset (e.g. for output purposes)
3030
#COPY $0 /tmp/Dockerfile

docker/centos/Dockerfile.versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM centos:7
1+
FROM centos:8
22

33
# Install some other dependencies for ease of life.
44
RUN yum update -y \

0 commit comments

Comments
 (0)