We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa563f commit 6328a84Copy full SHA for 6328a84
Dockerfile
@@ -8,7 +8,7 @@ ADD "https://github.com/Azure/azure-storage-azcopy/archive/v10.28.1.tar.gz" azco
8
RUN tar xf azcopy.tgz --strip 1 && \
9
go build -o azcopy && ./azcopy --version
10
11
-FROM debian:bookworm-slim@sha256:b1211f6d19afd012477bd34fdcabb6b663d680e0f4b0537da6e6b0fd057a3ec3
+FROM debian:bookworm-slim@sha256:2424c1850714a4d94666ec928e24d86de958646737b1d113f5b2207be44d37d8
12
13
RUN apt-get update && \
14
apt-get install -y \
0 commit comments