From: Erik Brakkee Date: Thu, 14 Nov 2024 20:56:16 +0000 (+0100) Subject: correct lcoation of go caches X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=639ab2238f57671b350d5eb04b18934c2b36400d;p=pipelinelib correct lcoation of go caches --- diff --git a/images/go-1-23-2/Dockerfile b/images/go-1-23-2/Dockerfile index 3cb6793..d3af2f2 100644 --- a/images/go-1-23-2/Dockerfile +++ b/images/go-1-23-2/Dockerfile @@ -22,7 +22,7 @@ RUN addgroup -g 1000 ci && \ adduser ci docker-external USER ci -ENV GOCACHE=/home/ci/cache/gocache -ENV GOMODCACHE=/home/ci/cache/gomodcache +ENV GOCACHE=/cache/gocache +ENV GOMODCACHE=/cache/gomodcache ENTRYPOINT ["tail", "-f", "/dev/null" ]