Skip to content

Commit 4ff3942

Browse files
authored
install go 1.24 in Dockerfile (#304)
1 parent fd36f99 commit 4ff3942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM cgr.dev/chainguard/wolfi-base:latest as local_go
22

3-
RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.23
3+
RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.24
44
ENTRYPOINT /usr/bin/go
55

66
FROM local_go as builder

0 commit comments

Comments
 (0)