We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff51ddc commit b63c87fCopy full SHA for b63c87f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/golang:1.23.5 AS builder
+FROM docker.io/golang:1.23.6 AS builder
2
COPY . src
3
RUN cd src && make build
4
0 commit comments