diff --git a/Dockerfile.gitlab-operator-build-base b/Dockerfile.gitlab-operator-build-base index ec722cd..604e10a 100644 --- a/Dockerfile.gitlab-operator-build-base +++ b/Dockerfile.gitlab-operator-build-base @@ -1,6 +1,7 @@ ARG GOLANG_VERSION=1.16 -# 3.14 presents challenges: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 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 ## Opm