Skip to content

Commit 6ff93f8

Browse files
chore(deps): pin dependencies (#1)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08ea247 commit 6ff93f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25-alpine3.22 AS builder
1+
FROM golang:1.25-alpine3.22@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder
22

33
WORKDIR /app
44
COPY go.* ./
@@ -7,7 +7,7 @@ RUN go mod download
77
COPY . .
88
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o lightsout .
99

10-
FROM alpine:3.22
10+
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1111
RUN apk --no-cache add ca-certificates curl docker-cli
1212
WORKDIR /root/
1313

0 commit comments

Comments
 (0)