We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ea247 commit 6ff93f8Copy full SHA for 6ff93f8
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25-alpine3.22 AS builder
+FROM golang:1.25-alpine3.22@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder
2
3
WORKDIR /app
4
COPY go.* ./
@@ -7,7 +7,7 @@ RUN go mod download
7
COPY . .
8
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o lightsout .
9
10
-FROM alpine:3.22
+FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
11
RUN apk --no-cache add ca-certificates curl docker-cli
12
WORKDIR /root/
13
0 commit comments