We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616ba71 commit 46cba35Copy full SHA for 46cba35
Dockerfile
@@ -1,5 +1,5 @@
1
# build executable
2
-FROM golang:1.24.4 AS builder
+FROM golang:1.24-trixie@sha256:2fdfc9eab462f0367a2234d6de19ae8d43e7980928d170392feaa103c73214e9 AS builder
3
4
WORKDIR /build
5
@@ -13,7 +13,7 @@ COPY . .
13
# Build the applications
14
RUN go build -o /app/fdc-client main/main.go
15
16
-FROM debian:latest AS execution
+FROM debian:trixie@sha256:fd8f5a1df07b5195613e4b9a0b6a947d3772a151b81975db27d47f093f60c6e6 AS execution
17
18
WORKDIR /app
19
0 commit comments