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 1e38adf + 520fbbc commit e3f66a1Copy full SHA for e3f66a1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.0-alpine as builder
+FROM golang:1.24.1-alpine as builder
2
RUN apk --no-cache add git
3
WORKDIR /build
4
COPY go.mod .
Dockerfile.build
-FROM golang:1.24.0-alpine
+FROM golang:1.24.1-alpine
RUN apk add --no-cache git openssh gcc musl-dev
WORKDIR /src
0 commit comments