Skip to content

Commit

Permalink
Bump azcopy to 10.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Jan 12, 2025
1 parent 2003e44 commit a74c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine as source

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / publish

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / publish

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
WORKDIR /azcopy

ARG AZCOPY_VERSION=10.26.0
ARG AZCOPY_VERSION=10.27.1
ENV AZCOPY_VERSION=$AZCOPY_VERSION
ENV AZCOPY_URLBASE=https://github.com/Azure/azure-storage-azcopy

Expand Down

0 comments on commit a74c6ca

Please sign in to comment.