Skip to content

Commit 350ac5a

Browse files
committed
Merge branch 'trixie-image' into 'main'
chore(docker): use image digests in Dockerfile See merge request flarenetwork/FSP/flare-system-c-chain-indexer!72
2 parents 8dfdfae + c06f6c2 commit 350ac5a

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
@@ -2,7 +2,7 @@ variables:
22
GOPATH: /go
33
MYSQL_ROOT_PASSWORD: root
44
MYSQL_DATABASE: flare_ftso_indexer_indexer_test
5-
GOLANG_VERSION: "1.24.4"
5+
GOLANG_VERSION: "1.24-trixie@sha256:73860edd0febb45d37a5220ba39a6675d67f72163c79a4cebd9d0e6985609140"
66
GOLINT_VERSION: "v2.1.6"
77

88
.gocache:

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.24 AS builder
2+
FROM golang:1.24-trixie@sha256:73860edd0febb45d37a5220ba39a6675d67f72163c79a4cebd9d0e6985609140 AS builder
33

44
WORKDIR /build
55

@@ -13,7 +13,7 @@ COPY . ./
1313
# Build the applications
1414
RUN go build -o /app/flare_cchain_indexer ./main.go
1515

16-
FROM debian:latest AS execution
16+
FROM debian:trixie@sha256:72547dd722cd005a8c2aa2079af9ca0ee93aad8e589689135feaed60b0a8c08d AS execution
1717

1818
WORKDIR /app
1919

0 commit comments

Comments
 (0)