Skip to content

Commit

Permalink
Update Go to v1.17.10 and Alpine to v3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jun 13, 2022
1 parent 2161094 commit 9e06870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.8
1.17.10
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG TERRAFORM_VERSION=latest
FROM hashicorp/terraform:$TERRAFORM_VERSION AS terraform

FROM golang:1.17.8-alpine3.15
FROM golang:1.17.10-alpine3.16
RUN apk --no-cache add make git bash curl jq

# A workaround for a permission issue of git.
Expand Down

0 comments on commit 9e06870

Please sign in to comment.