Skip to content

Commit 03bd2f8

Browse files
authored
Merge pull request #735 from crazy-max/update-alpine
Alpine Linux 3.17
2 parents 1486495 + 935da19 commit 03bd2f8

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.19"
4-
ARG ALPINE_VERSION="3.16"
4+
ARG ALPINE_VERSION="3.17"
55
ARG XX_VERSION="1.1.2"
66

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

0 commit comments

Comments
 (0)