Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 1da6954

Browse files
chore(deps): pin dependencies
1 parent 912b224 commit 1da6954

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,5 +1,5 @@
11
ARG BUILDER=builder
2-
FROM golang:1.25 AS builder
2+
FROM golang:1.25@sha256:bc45dfd319e982dffe4de14428c77defe5b938e29d9bc6edfbc0b9a1fc171cb3 AS builder
33

44
WORKDIR /app/source
55

@@ -15,7 +15,7 @@ RUN go build -o /app/output ./cmd/...
1515

1616
FROM ${BUILDER} AS builder-from
1717

18-
FROM gcr.io/distroless/static AS base
18+
FROM gcr.io/distroless/static@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93 AS base
1919
COPY --from=builder-from /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2020

2121
# single app image

0 commit comments

Comments
 (0)