correct lcoation of go caches
authorErik Brakkee <erik@brakkee.org>
Thu, 14 Nov 2024 20:56:16 +0000 (21:56 +0100)
committerErik Brakkee <erik@brakkee.org>
Thu, 14 Nov 2024 20:56:16 +0000 (21:56 +0100)
images/go-1-23-2/Dockerfile

index 3cb6793692f8cec430ec92fba1f4f841bf7aa994..d3af2f23795b6f0190df80248a0b139e8b87b67b 100644 (file)
@@ -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" ]