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 8914976 + 1d0218d commit 0178de3Copy full SHA for 0178de3
Dockerfile
@@ -4,7 +4,7 @@ ARG VCS_REF
4
ARG VERSION
5
6
# build
7
-FROM golang:1.15-alpine as builder
+FROM golang:1.16-alpine as builder
8
RUN apk add --no-cache git gcc musl-dev make
9
ENV GO111MODULE=on
10
WORKDIR /go/src/moul.io/guilhunize
0 commit comments