Skip to content

Commit

Permalink
Merge pull request #365 from stefanprodan/alpine-3.20
Browse files Browse the repository at this point in the history
Update Alpine to 3.20
  • Loading branch information
stefanprodan authored May 23, 2024
2 parents 220d4e9 + d791ded commit 0c4f327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w \
-X github.com/stefanprodan/podinfo/pkg/version.REVISION=${REVISION}" \
-a -o bin/podcli cmd/podcli/*

FROM alpine:3.19
FROM alpine:3.20

ARG BUILD_DATE
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.xx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN xx-go build -ldflags "-s -w \
-X github.com/stefanprodan/podinfo/pkg/version.REVISION=${REVISION}" \
-a -o bin/podcli cmd/podcli/*

FROM alpine:3.19
FROM alpine:3.20

ARG BUILD_DATE
ARG VERSION
Expand Down

0 comments on commit 0c4f327

Please sign in to comment.