Skip to content

Commit

Permalink
Merge pull request #253 from viccuad/main
Browse files Browse the repository at this point in the history
deps: Bump golang to 1.22 in Dockerfile builder layer
  • Loading branch information
viccuad authored Apr 24, 2024
2 parents dc59a89 + 2ff2f33 commit 40b5ed9
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 @@
# Build the audit-scanner binary
FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 40b5ed9

Please sign in to comment.