Skip to content

Commit

Permalink
Dockerfile: use go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Jan 19, 2024
1 parent 21c863b commit 3c15fcb
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,6 +1,6 @@
# Build Stage
################################################################################
FROM golang:1.19-buster as builder
FROM golang:1.21-buster as builder

WORKDIR /builder

Expand Down

0 comments on commit 3c15fcb

Please sign in to comment.