From 7e13271dfc18387d6d7b82e215e6647f8e0ae8f8 Mon Sep 17 00:00:00 2001 From: Dmitry Makovey Date: Thu, 28 Oct 2021 09:50:04 -0600 Subject: [PATCH] document faccessat2 --- Dockerfile.gitlab-operator-build-base | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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