From b09e84f40793ef5952c5179e6e5446aca32c7995 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Tue, 26 Aug 2025 11:35:55 +0300 Subject: [PATCH] upd testsDockerfile --- deployments/renew_tests/TestsDockerfile | 3 --- 1 file changed, 3 deletions(-) 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