We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1634f commit 74339f4Copy full SHA for 74339f4
Dockerfile
@@ -4,7 +4,7 @@ ARG VCS_REF
4
ARG VERSION
5
6
# build
7
-FROM golang:1.18.3-alpine as builder
+FROM golang:1.18.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