Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
deitch committed Jan 19, 2021
1 parent 3137b5d commit c8895b3
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,5 +1,5 @@
# base golang image
ARG GOVER="1.12.4-alpine3.9"
ARG GOVER="1.15.6-alpine3.12"
FROM golang:${GOVER} as golang

ARG REPO
Expand Down

0 comments on commit c8895b3

Please sign in to comment.