diff --git a/deployments/renew_tests/TestsDockerfile b/deployments/renew_tests/TestsDockerfile index 534b593..05530a9 100644 --- a/deployments/renew_tests/TestsDockerfile +++ b/deployments/renew_tests/TestsDockerfile @@ -1,7 +1,7 @@ FROM gitea.pena/penadevops/container-images/golang:1.23.8-alpine ADD pena-ca.crt /usr/local/share/ca-certificates/cacert.crt -RUN apk add git && update-ca-certificates +RUN apk add --no-cache git ca-certificates && update-ca-certificates WORKDIR /app COPY go.mod go.sum ./