File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99variables :
1010 GOPATH : /go
11- GOLANG_VERSION : " 1.23"
11+ GOLANG_VERSION : " 1.23-bookworm@sha256:167053a2bb901972bf2c1611f8f52c44d5fe7e762e5cab213708d82c421614db "
1212 GOLINT_VERSION : " v2.0.2"
1313
1414cache :
Original file line number Diff line number Diff line change 11# build executable
2- FROM golang:1.23 AS builder
2+ FROM golang:1.23-bookworm@sha256:167053a2bb901972bf2c1611f8f52c44d5fe7e762e5cab213708d82c421614db AS builder
33
44WORKDIR /build
55
@@ -13,7 +13,7 @@ COPY . ./
1313# Build the applications
1414RUN go build -o /app/flare_tcp ./client/main/client.go
1515
16- FROM debian:latest AS execution
16+ FROM debian:trixie@sha256:72547dd722cd005a8c2aa2079af9ca0ee93aad8e589689135feaed60b0a8c08d AS execution
1717
1818ARG deployment=flare
1919ARG type=voting
You can’t perform that action at this time.
0 commit comments