Skip to content

Commit fcf1665

Browse files
authored
Merge pull request #317 from crazy-max/alpine-319
update alpine to 3.19
2 parents 6fc8c47 + 0955e9c commit fcf1665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
ARG GO_VERSION="1.21"
4-
ARG ALPINE_VERSION="3.18"
4+
ARG ALPINE_VERSION="3.19"
55
ARG XX_VERSION="1.3.0"
66

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

0 commit comments

Comments
 (0)