diff --git a/deployments/renew_tests/TestsDockerfile b/deployments/renew_tests/TestsDockerfile index 1640f1c..7635ca8 100644 --- a/deployments/renew_tests/TestsDockerfile +++ b/deployments/renew_tests/TestsDockerfile @@ -1,4 +1,4 @@ -FROM gitea.pena/penadevops/container-images/golang:main +FROM gitea.pena/penadevops/container-images/golang:1.23.8-alpine COPY . . RUN go mod download RUN apk add --no-cache tzdata curl catatonit