Skip to content

Commit 53bc0db

Browse files
authored
Merge pull request #131 from crazy-max/alpine-3.22
dockerfile: update alpine to 3.22
2 parents b637615 + dbe8d1b commit 53bc0db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
ARG GO_VERSION="1.24"
18-
ARG ALPINE_VERSION="3.21"
18+
ARG ALPINE_VERSION="3.22"
1919
ARG XX_VERSION="1.6.1"
2020

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

hack/dockerfiles/vendor.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# upstream at https://github.com/moby/buildkit/blob/master/hack/dockerfiles/vendor.Dockerfile
1818

1919
ARG GO_VERSION="1.24"
20-
ARG ALPINE_VERSION="3.21"
20+
ARG ALPINE_VERSION="3.22"
2121

2222
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
2323
RUN apk add --no-cache git rsync

0 commit comments

Comments
 (0)