Skip to content

Commit 5ae4e36

Browse files
committed
Merge branch 'trixie-image' into 'main'
chore(docker): use image digests in Dockerfile See merge request flarenetwork/FSP/flare-system-client!68
2 parents ac4244d + a016396 commit 5ae4e36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stages:
88

99
variables:
1010
GOPATH: /go
11-
GOLANG_VERSION: "1.23"
11+
GOLANG_VERSION: "1.23-bookworm@sha256:167053a2bb901972bf2c1611f8f52c44d5fe7e762e5cab213708d82c421614db"
1212
GOLINT_VERSION: "v2.0.2"
1313

1414
cache:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build executable
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.23-bookworm@sha256:167053a2bb901972bf2c1611f8f52c44d5fe7e762e5cab213708d82c421614db AS builder
33

44
WORKDIR /build
55

@@ -13,7 +13,7 @@ COPY . ./
1313
# Build the applications
1414
RUN 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

1818
ARG deployment=flare
1919
ARG type=voting

0 commit comments

Comments
 (0)