Skip to content

Commit

Permalink
update alpine to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Feb 1, 2024
1 parent 6fc8c47 commit 0955e9c
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
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION="1.21"
ARG ALPINE_VERSION="3.18"
ARG ALPINE_VERSION="3.19"
ARG XX_VERSION="1.3.0"

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

0 comments on commit 0955e9c

Please sign in to comment.