Skip to content

Commit

Permalink
dockerfile: use Alpine 3.18 as base for release image (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
embik committed Oct 12, 2023
1 parent 1631a0d commit c1c7ee3
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 c1c7ee3

Please sign in to comment.