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 23d64fb commit 1a91093Copy full SHA for 1a91093
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:135c31f331d2c233a0035301460624091facfe097bdc3b3065f59ede9ad2f937
12
13
RUN apt-get update && \
14
apt-get install -y \
0 commit comments