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.
2 parents 978b385 + 3454c2c commit 7d23748Copy full SHA for 7d23748
Dockerfile
@@ -4,7 +4,7 @@ ARG VCS_REF
4
ARG VERSION
5
6
# build
7
-FROM golang:1.19.0-alpine as builder
+FROM golang:1.19.4-alpine as builder
8
RUN apk add --no-cache git gcc musl-dev make
9
ENV GO111MODULE=on
10
WORKDIR /go/src/moul.io/golang-repo-template
0 commit comments