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 5e275d6 commit 67be8ecCopy full SHA for 67be8ec
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.4-bookworm AS builder
+FROM golang:1.25.5-bookworm AS builder
2
ENV ROOT=/build
3
ARG BUILD_TAGS=""
4
RUN mkdir ${ROOT}
Dockerfile.local
-FROM golang:1.25.4-bookworm
+FROM golang:1.25.5-bookworm
ENV ROOT=/app
WORKDIR ${ROOT}
0 commit comments