We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
golang:1.23-alpine
golang:1.24-alpine
1 parent f26996c commit a13ea39Copy full SHA for a13ea39
Dockerfile
@@ -1,5 +1,5 @@
1
# Build
2
-FROM golang:1.23-alpine AS builder
+FROM golang:1.24-alpine AS builder
3
4
RUN apk add build-base
5
WORKDIR /app
0 commit comments