diff --git a/deployments/renew_tests/TestsDockerfile b/deployments/renew_tests/TestsDockerfile index 313ef2f..3b071f4 100644 --- a/deployments/renew_tests/TestsDockerfile +++ b/deployments/renew_tests/TestsDockerfile @@ -1,8 +1,5 @@ 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 --no-cache git ca-certificates tzdata curl catatonit && update-ca-certificates - ENV GOPRIVATE=gitea.pena/* ARG REGISTRY_USER