Skip to content

Commit

Permalink
build: update base image in Dockerfile to alpine:3.21
Browse files Browse the repository at this point in the history
- Update base image in Dockerfile from `alpine:3.18` to `alpine:3.21`

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 16, 2024
1 parent a19eef4 commit ddd7499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.21

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit ddd7499

Please sign in to comment.