We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d0e15 commit e73abc3Copy full SHA for e73abc3
docker/Dockerfile_base
@@ -16,6 +16,7 @@ RUN echo \
16
tee /etc/apt/sources.list.d/docker.list > /dev/null
17
18
RUN apt-get update ; apt-get install docker-ce-cli -y
19
+RUN apt-get upgrade -y
20
21
RUN rm -rf /var/lib/apt/lists/*
22
0 commit comments