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