We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24a8c1 commit cdff0b0Copy full SHA for cdff0b0
docker/centos/Dockerfile
@@ -24,7 +24,7 @@
24
# Arguments:
25
# - before: The version to do upgrade FROM. Default: "1.10.14"
26
27
-FROM centos:7
+FROM centos:8
28
29
# Use this to force a cache reset (e.g. for output purposes)
30
#COPY $0 /tmp/Dockerfile
docker/centos/Dockerfile.versions
@@ -1,4 +1,4 @@
1
2
3
# Install some other dependencies for ease of life.
4
RUN yum update -y \
0 commit comments