Skip to content

Commit

Permalink
Merge branch 'master' into feat/metadata-directive
Browse files Browse the repository at this point in the history
  • Loading branch information
denizsurmeli committed Nov 5, 2023
2 parents 79ab3b1 + c1c7ee3 commit 2289683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache git make && \
cd /s5cmd/ && \
CGO_ENABLED=0 make build

FROM alpine:3.15
FROM alpine:3.18
COPY --from=build /s5cmd/s5cmd .
WORKDIR /aws
ENTRYPOINT ["/s5cmd"]

0 comments on commit 2289683

Please sign in to comment.