Skip to content

Commit d95c980

Browse files
committed
⏩ upgrade to golang 1.25 when building webhook
1 parent c6b2ea2 commit d95c980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/golang:1.24-alpine3.22 AS build
1+
FROM docker.io/golang:1.25-alpine3.22 AS build
22

33
RUN apk update && \
44
apk upgrade && \

0 commit comments

Comments
 (0)