From acae9234625bef4f9957fb453bc4f575e447522a Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 18 Jan 2023 22:05:40 -0800 Subject: [PATCH] Upgrade gitlab-operator-build-base image to Go 1.18.10 This image was failing to build on master since a number of dependencies now require Go 1.17+. Relates to https://gitlab.com/gitlab-org/gitlab-build-images/-/issues/114 --- Dockerfile.gitlab-operator-build-base | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile.gitlab-operator-build-base b/Dockerfile.gitlab-operator-build-base index 9f12a73..3fcff50 100644 --- a/Dockerfile.gitlab-operator-build-base +++ b/Dockerfile.gitlab-operator-build-base @@ -1,8 +1,6 @@ -ARG GOLANG_VERSION=1.16 -ARG ALPINE_VERSION=3.14 -# 3.14 presents challenges: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 -# while building OPM. 3.13 has no issues -ARG OPM_ALPINE_VERSION=3.13 +ARG GOLANG_VERSION=1.18 +ARG ALPINE_VERSION=3.15 +ARG OPM_ALPINE_VERSION=3.15 ## Opm