Update Dockerfile

This commit is contained in:
gigirassy
2025-11-18 01:40:18 +01:00
parent dcb8487b21
commit fec6b469fe
+1 -1
View File
@@ -4,7 +4,7 @@ ARG TARGETOS
ARG TARGETARCH
WORKDIR /src
COPY go.mod go.sum ./
COPY go.mod ./
RUN apk add --no-cache ca-certificates git \
&& go mod download