We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91723c commit d637059Copy full SHA for d637059
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.6-alpine AS builder
+FROM golang:1.24.1-alpine AS builder
2
WORKDIR /app
3
COPY go.mod go.sum ./
4
RUN go mod download
0 commit comments