Skip to content

Commit

Permalink
use go 1.21 in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Mar 27, 2024
1 parent 4930678 commit 30ac01b
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 30ac01b

Please sign in to comment.