We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3199bcd commit c54a948Copy full SHA for c54a948
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1.4
2
3
-FROM golang:1.23 as builder
+FROM golang:1.24 as builder
4
5
COPY . /src/
6
WORKDIR /src
0 commit comments