Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
chore(deps): update golang docker tag to v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2021
1 parent dc85b12 commit 94f063b
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.14.4 AS go-build-env
FROM golang:1.17.2 AS go-build-env
# download and unarchive ghr
ARG GHR_VERSION=v0.12.0
RUN wget https://github.com/tcnksm/ghr/releases/download/$GHR_VERSION/ghr_${GHR_VERSION}_linux_amd64.tar.gz
Expand Down

0 comments on commit 94f063b

Please sign in to comment.