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 3630424 + 2d183a5 commit d2cca8aCopy full SHA for d2cca8a
Dockerfile
@@ -1,8 +1,8 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG GO_VERSION=1.18
4
-ARG ALPINE_VERSION=3.16
5
-ARG XX_VERSION=1.1.1
+ARG GO_VERSION=1.21.8
+ARG ALPINE_VERSION=3.19
+ARG XX_VERSION=1.2.1
6
7
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
8
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
go.mod
@@ -1,6 +1,6 @@
module github.com/distribution/distribution/v3
-go 1.18
+go 1.21
require (
github.com/Azure/azure-sdk-for-go v56.3.0+incompatible
0 commit comments