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 421070a commit 1735e28Copy full SHA for 1735e28
deployments/docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.18 as builder
+FROM golang:1.25 as builder
2
WORKDIR /usr/src/app
3
COPY go.mod go.sum ./
4
RUN go mod download && go mod verify
deployments/docker/Dockerfile.arm64
0 commit comments