change runner
Some checks failed
Tests / CreateImage (push) Failing after 59s
Tests / Tests (push) Has been skipped

This commit is contained in:
pasha1coil 2025-08-25 22:10:26 +03:00
parent 30bd920e4a
commit 45384592d7

@ -1,5 +1,9 @@
FROM docker.io/golang:1.23.8-alpine as build
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
ADD pena-ca.crt /usr/local/share/ca-certificates/cacert.crt
RUN apk add git && update-ca-certificates
COPY . .