Skip to content

Commit

Permalink
Merge pull request #326 from stefanprodan/alpine-3.19
Browse files Browse the repository at this point in the history
Update Alpine to 3.19
  • Loading branch information
stefanprodan authored Dec 17, 2023
2 parents 73fcdbe + a69f028 commit 53c9f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.18
FROM alpine:3.19

ARG BUILD_DATE
ARG VERSION
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.xx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.21
ARG XX_VERSION=1.2.0
ARG XX_VERSION=1.3.0

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

Expand Down 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.18
FROM alpine:3.19

ARG BUILD_DATE
ARG VERSION
Expand Down

0 comments on commit 53c9f3a

Please sign in to comment.