Skip to content

Commit 4c3588f

Browse files
committed
Fix docker 19 build for real
1 parent 77a39dc commit 4c3588f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/19.03/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ RUN curl -L "https://download.docker.com/linux/debian/gpg" | apt-key add - \
1717
apt-get update \
1818
&& \
1919
apt-get install -y \
20-
"docker-ce=${DOCKER_VERSION}~3-0~debian-buster" \
20+
"docker-ce=5:${DOCKER_VERSION}~3-0~debian-buster" \
2121
&& \
2222
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)