File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ ARG DOCKER_VERSION=28.2.2
22
33FROM scratch AS downloader-amd64
44
5- ADD --checksum=sha256:53dc06dc3f775282ddff93b2d0974bbe6480761018c61e7a797342a9c7f14e23
6- https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz /docker
5+ ADD --checksum=sha256:53dc06dc3f775282ddff93b2d0974bbe6480761018c61e7a797342a9c7f14e23 \
6+ https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz
77
88FROM scratch AS downloader-arm64
99
10- ADD --checksum=sha256:c9506628d1845c69230df3d87e2eedd7980caf8bd966f5e6a5d7a2364de42497
11- https://download.docker.com/linux/static/stable/aarch64/docker-${DOCKER_VERSION}.tgz /docker
10+ ADD --checksum=sha256:c9506628d1845c69230df3d87e2eedd7980caf8bd966f5e6a5d7a2364de42497 \
11+ https://download.docker.com/linux/static/stable/aarch64/docker-${DOCKER_VERSION}.tgz
1212
1313FROM downloader-$TARGETARCH AS downloader
1414
You can’t perform that action at this time.
0 commit comments