We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a39dc commit 4c3588fCopy full SHA for 4c3588f
tools/docker/19.03/Dockerfile
@@ -17,6 +17,6 @@ RUN curl -L "https://download.docker.com/linux/debian/gpg" | apt-key add - \
17
apt-get update \
18
&& \
19
apt-get install -y \
20
- "docker-ce=${DOCKER_VERSION}~3-0~debian-buster" \
+ "docker-ce=5:${DOCKER_VERSION}~3-0~debian-buster" \
21
22
rm -rf /var/lib/apt/lists/*
0 commit comments