Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit ffbd259

Browse files
committed
Fixed az with shiv
1 parent ef5d640 commit ffbd259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/az/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ COPY --link --from=shiv / /
1111
ARG name
1212
ARG version
1313
RUN <<EOF
14-
shiv --output-file "${prefix}${target}/bin/azure-cli" --console-script azure-cli "azure-cli==${version}"
14+
shiv --output-file "${prefix}${target}/bin/az" --console-script az "azure-cli==${version}"
1515
EOF

0 commit comments

Comments
 (0)