We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1218da0 commit f96957cCopy full SHA for f96957c
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
ARG GO_VERSION=1.26.2
2
FROM golang:${GO_VERSION}-alpine AS build
3
-RUN apk --no-cache add ca-certificates tzdata
+RUN apk --no-cache add ca-certificates tzdata git
4
WORKDIR /build
5
COPY go.mod go.sum ./
6
RUN go mod download
0 commit comments