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.
2 parents 3e86869 + b86bce0 commit 625af88Copy full SHA for 625af88
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.4-alpine as builder
+FROM golang:1.24.5-alpine as builder
2
RUN apk --no-cache add git
3
WORKDIR /build
4
COPY go.mod .
Dockerfile.build
-FROM golang:1.24.4-alpine
+FROM golang:1.24.5-alpine
RUN apk add --no-cache git openssh gcc musl-dev
WORKDIR /src
0 commit comments