Skip to content

Commit 37ae2b9

Browse files
authored
Merge pull request #31 from moul/dependabot/docker/golang-1.16.5-alpine
2 parents f7b75fa + f6ef3ea commit 37ae2b9

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
@@ -1,5 +1,5 @@
11
# build
2-
FROM golang:1.16.3-alpine as builder
2+
FROM golang:1.16.5-alpine as builder
33
RUN apk add --no-cache git gcc musl-dev make
44
ENV GO111MODULE=on
55
WORKDIR /go/src/moul.io/cryptoguess

0 commit comments

Comments
 (0)