From b40188d64e1f8058782f20323188e8b29c877914 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Tue, 26 Aug 2025 10:47:01 +0300 Subject: [PATCH] upd testsDockerfile --- deployments/renew_tests/TestsDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/renew_tests/TestsDockerfile b/deployments/renew_tests/TestsDockerfile index 534b593..05530a9 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 ADD pena-ca.crt /usr/local/share/ca-certificates/cacert.crt -RUN apk add git && update-ca-certificates +RUN apk add --no-cache git ca-certificates && update-ca-certificates WORKDIR /app COPY go.mod go.sum ./