We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b637615 + dbe8d1b commit 53bc0dbCopy full SHA for 53bc0db
Dockerfile
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
17
ARG GO_VERSION="1.24"
18
-ARG ALPINE_VERSION="3.21"
+ARG ALPINE_VERSION="3.22"
19
ARG XX_VERSION="1.6.1"
20
21
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
hack/dockerfiles/vendor.Dockerfile
@@ -17,7 +17,7 @@
# upstream at https://github.com/moby/buildkit/blob/master/hack/dockerfiles/vendor.Dockerfile
22
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
23
RUN apk add --no-cache git rsync
0 commit comments