Skip to content

Commit b42aceb

Browse files
Merge pull request #285 from redpanda-data/gavinheavyside/go1.24
Bump to Go 1.24 in Dockerfile
2 parents 4836c3d + b3daa98 commit b42aceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
############################################################
22
# Build image
33
############################################################
4-
FROM golang:1.23-alpine AS builder
4+
FROM golang:1.24-alpine AS builder
55

66
ARG VERSION
77
ARG BUILT_AT

0 commit comments

Comments
 (0)