Skip to content

Commit

Permalink
Update Dockerfile (#56)
Browse files Browse the repository at this point in the history
* Update Dockerfile

Fixes the go lang version error

go: github.com/aquasecurity/tfsec/cmd/tfsec@latest: github.com/aquasecurity/[email protected] requires go >= 1.22.7 (running go 1.21.13; GOTOOLCHAIN=local)

* Update Dockerfile

upgrades to latest.
  • Loading branch information
shehzad-memon authored Oct 9, 2024
1 parent 99fda67 commit 33b3376
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.21-alpine
FROM golang:1.23-alpine

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

0 comments on commit 33b3376

Please sign in to comment.