From 639ab2238f57671b350d5eb04b18934c2b36400d Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Thu, 14 Nov 2024 21:56:16 +0100 Subject: [PATCH] correct lcoation of go caches --- images/go-1-23-2/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ] -- 2.31.1