diff --git a/deployments/renew_tests/TestsDockerfile b/deployments/renew_tests/TestsDockerfile index 17e355c..534b593 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 -COPY gitea.pena.crt /usr/local/share/ca-certificates/gitea.pena.crt -RUN update-ca-certificates +ADD pena-ca.crt /usr/local/share/ca-certificates/cacert.crt +RUN apk add git && update-ca-certificates WORKDIR /app COPY go.mod go.sum ./