Skip to content

Commit

Permalink
Update Go version in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Mikulicic committed Sep 11, 2020
1 parent 6917560 commit 555146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-udigd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.14.3
ARG GO_VERSION=1.15.2

FROM golang:${GO_VERSION} AS builder

Expand Down

0 comments on commit 555146f

Please sign in to comment.