Skip to content

Commit 73cfe9a

Browse files
authored
chore: fix arg reference
1 parent 9188d3f commit 73cfe9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/cpp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ARG DOCKER_VERSION=28.2.2
33
FROM scratch AS downloader-amd64
44

55
ADD --checksum=sha256:53dc06dc3f775282ddff93b2d0974bbe6480761018c61e7a797342a9c7f14e23 \
6-
https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz /docker.tgz
6+
https://download.docker.com/linux/static/stable/x86_64/docker-$DOCKER_VERSION.tgz /docker.tgz
77

88
FROM scratch AS downloader-arm64
99

1010
ADD --checksum=sha256:c9506628d1845c69230df3d87e2eedd7980caf8bd966f5e6a5d7a2364de42497 \
11-
https://download.docker.com/linux/static/stable/aarch64/docker-${DOCKER_VERSION}.tgz /docker.tgz
11+
https://download.docker.com/linux/static/stable/aarch64/docker-$DOCKER_VERSION.tgz /docker.tgz
1212

1313
FROM downloader-$TARGETARCH AS downloader
1414

0 commit comments

Comments
 (0)