mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
updating go version for building releases
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM openshift/origin-release:golang-1.19 AS builder
|
||||
FROM openshift/origin-release:golang-1.20 AS builder
|
||||
|
||||
ENV S2I_GIT_VERSION="" \
|
||||
S2I_GIT_MAJOR="" \
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
FROM registry.redhat.io/ubi8/ubi
|
||||
|
||||
ENV VERSION=1.18 \
|
||||
ENV VERSION=1.20 \
|
||||
GOARM=5 \
|
||||
GOPATH=/go \
|
||||
GOROOT=/usr/local/go \
|
||||
|
||||
Reference in New Issue
Block a user