Skip to content

Commit d2cca8a

Browse files
Merge pull request #2 from draios/DEVOPS-12355-updating-go-on-distribution
DEVOPS-12355 updating go on distribution
2 parents 3630424 + 2d183a5 commit d2cca8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.18
4-
ARG ALPINE_VERSION=3.16
5-
ARG XX_VERSION=1.1.1
3+
ARG GO_VERSION=1.21.8
4+
ARG ALPINE_VERSION=3.19
5+
ARG XX_VERSION=1.2.1
66

77
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
88
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/distribution/distribution/v3
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/Azure/azure-sdk-for-go v56.3.0+incompatible

0 commit comments

Comments
 (0)