We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f23c3 commit 4f6cb9cCopy full SHA for 4f6cb9c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.1-bookworm AS builder
+FROM golang:1.25.2-bookworm AS builder
2
ENV ROOT=/build
3
ARG BUILD_TAGS=""
4
RUN mkdir ${ROOT}
Dockerfile.local
-FROM golang:1.25.1-bookworm
+FROM golang:1.25.2-bookworm
ENV ROOT=/app
WORKDIR ${ROOT}
0 commit comments