1
0
mirror of https://github.com/distribution/distribution synced 2025-02-17 20:39:35 +01:00

Merge pull request #3604 from crazy-max/2.8-go-1.16.15

go 1.16.15
This commit is contained in:
Milos Gajdos 2022-03-08 17:15:10 +00:00 committed by GitHub
commit 1b5f094086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3
ARG GO_VERSION=1.16
ARG GO_VERSION=1.16.15
ARG GORELEASER_XX_VERSION=1.2.5
FROM --platform=$BUILDPLATFORM crazymax/goreleaser-xx:${GORELEASER_XX_VERSION} AS goreleaser-xx