Skip to content

Commit

Permalink
feat(docker): upgrade alpine linux
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed Dec 17, 2024
1 parent 1cea1a6 commit c2f08ac
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 @@ -18,7 +18,7 @@ RUN \
make

# runtime image
FROM alpine:3.18
FROM alpine:3.21
RUN apk add --no-cache ca-certificates
COPY --from=build /build/vault-unseal /usr/local/bin/vault-unseal

Expand Down

0 comments on commit c2f08ac

Please sign in to comment.