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.
1 parent 82d4c51 commit 54fa8aeCopy full SHA for 54fa8ae
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG GO_VERSION=1.21.5
4
-ARG ALPINE_VERSION=3.19
+ARG GO_VERSION=1.23
+ARG ALPINE_VERSION=3.22
5
ARG XX_VERSION=1.2.1
6
7
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
dockerfiles/authors.Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:${ALPINE_VERSION} AS gen
RUN apk add --no-cache git
dockerfiles/git.Dockerfile
ARG GO_VERSION=1.23
FROM alpine:${ALPINE_VERSION} AS base
RUN apk add --no-cache git gpg
0 commit comments