Skip to content

Commit

Permalink
goreleaser: upgrade Alpine to 3.21 (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie authored Dec 18, 2024
1 parent 8681910 commit 8f5d303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goreleaser.dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM --platform=linux/amd64 alpine:3.20
FROM --platform=linux/amd64 alpine:3.21
COPY transfer /transfer
ENTRYPOINT ["/transfer"]

0 comments on commit 8f5d303

Please sign in to comment.