Skip to content

Commit 0955e9c

Browse files
committed
update alpine to 3.19
1 parent 6fc8c47 commit 0955e9c

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)