From 89ac7acd6640111f3e4d21a2332fe50556f9afc1 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Tue, 26 Aug 2025 10:36:25 +0300 Subject: [PATCH] upd testsDockerfile --- deployments/renew_tests/TestsDockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ./