File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ ARG DOCKER_VERSION=28.2.2
33FROM scratch AS downloader-amd64
44
55ADD --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
88FROM scratch AS downloader-arm64
99
1010ADD --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
1313FROM downloader-$TARGETARCH AS downloader
1414
You can’t perform that action at this time.
0 commit comments