Skip to content

Commit

Permalink
Merge pull request #54 from kubescape/go
Browse files Browse the repository at this point in the history
use go 1.21 in Dockerfile
  • Loading branch information
matthyx authored Mar 27, 2024
2 parents 4930678 + 30ac01b commit 675ecf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder

ENV RELEASE=$image_version

Expand Down

0 comments on commit 675ecf9

Please sign in to comment.