Skip to content

Commit

Permalink
update golang to 1.16 to work with tfsec 0.38.5 onwards (triat#30)
Browse files Browse the repository at this point in the history
updated alpine base image version from golang:1.13-alpine to golang:1.16-alpine to address dependency issue with tfsec v0.38.5
Fixes triat#29
  • Loading branch information
russfcox authored Feb 22, 2021
1 parent cbe6721 commit aac94ab
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 @@
# pinned version of the Alpine-tagged 'go' image
FROM golang:1.13-alpine
FROM golang:1.16-alpine

# install requirements
RUN apk add --update --no-cache bash ca-certificates curl jq
Expand Down

0 comments on commit aac94ab

Please sign in to comment.