Skip to content

Commit

Permalink
chore: modify maintainer tag
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Feb 7, 2024
1 parent 314d441 commit 88a4148
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
Expand Up @@ -17,7 +17,7 @@ FROM alpine:$ALPINE_VERSION as release
ARG AZCOPY_VERSION
LABEL name="docker-azcopy"
LABEL version="$AZCOPY_VERSION"
LABEL maintainer="Peter Dave Hello <[email protected]>"
LABEL maintainer="Meysam <[email protected]>"
COPY --from=build /azcopy/azcopy /usr/local/bin
WORKDIR /WORKDIR
CMD [ "azcopy" ]

0 comments on commit 88a4148

Please sign in to comment.