Skip to content

Commit

Permalink
DEVOPS-12355 Updating go version
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Diaz <[email protected]>
  • Loading branch information
sysdigkenneth committed Apr 25, 2024
1 parent 3630424 commit 2d183a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.18
ARG ALPINE_VERSION=3.16
ARG XX_VERSION=1.1.1
ARG GO_VERSION=1.21.8
ARG ALPINE_VERSION=3.19
ARG XX_VERSION=1.2.1

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2d183a5

Please sign in to comment.