Skip to content

Commit

Permalink
Merge pull request #32 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 abe128a + 856b5bf commit 765aec8
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 --platform=$BUILDPLATFORM golang:1.20-bullseye as builder
FROM --platform=$BUILDPLATFORM golang:1.21-bullseye as builder

ENV GO111MODULE=on CGO_ENABLED=0
WORKDIR /work
Expand Down

0 comments on commit 765aec8

Please sign in to comment.