Skip to content

Commit

Permalink
Merge pull request #117 from jsav0/master
Browse files Browse the repository at this point in the history
update docker tag to golang:1.15.2-alpine3.12
  • Loading branch information
hahwul authored Sep 19, 2020
2 parents 383d99d + 51d199e commit 70b3182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15
FROM golang:1.15.2-alpine3.12

WORKDIR /go/src/app
COPY . .
Expand Down

0 comments on commit 70b3182

Please sign in to comment.