We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb248b commit 0d0904fCopy full SHA for 0d0904f
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM golang:1.23 as build
+FROM golang:1.24 as build
3
WORKDIR /go/src/spanner-cli
4
COPY . .
5
RUN go mod download
0 commit comments