Skip to content

Commit 012503a

Browse files
authored
fix tasks dockerfile version (#1982)
1 parent f0ad0c5 commit 012503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_tasks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 as builder
1+
FROM golang:1.24.0 as builder
22
ARG COMMIT_SHA
33
RUN echo "commit sha: ${COMMIT_SHA}"
44

0 commit comments

Comments
 (0)