diff --git a/1.18-3.13/Dockerfile b/1.18-3.13/Dockerfile index c26149e..8ac8236 100644 --- a/1.18-3.13/Dockerfile +++ b/1.18-3.13/Dockerfile @@ -22,7 +22,7 @@ RUN set -eux; \ export GOARCH='arm64' GOOS='linux'; \ ;; \ 'x86') \ - export GOARCH='386' GOOS='linux'; \ + export GOARCH='386' GOOS='linux' CGO_CFLAGS="-fno-stack-protector"; \ ;; \ 'ppc64le') \ export GOARCH='ppc64le' GOOS='linux'; \ diff --git a/1.19-3.13/Dockerfile b/1.19-3.13/Dockerfile index e2e842c..374b2b8 100644 --- a/1.19-3.13/Dockerfile +++ b/1.19-3.13/Dockerfile @@ -22,7 +22,7 @@ RUN set -eux; \ export GOARCH='arm64' GOOS='linux'; \ ;; \ 'x86') \ - export GOARCH='386' GOOS='linux'; \ + export GOARCH='386' GOOS='linux' CGO_CFLAGS="-fno-stack-protector"; \ ;; \ 'ppc64le') \ export GOARCH='ppc64le' GOOS='linux'; \