Skip to content

Commit 0178de3

Browse files
authored
Merge pull request #15 from moul/renovate/docker-all
chore(deps): update golang docker tag to v1.16
2 parents 8914976 + 1d0218d commit 0178de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.15-alpine as builder
7+
FROM golang:1.16-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/guilhunize

0 commit comments

Comments
 (0)