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 @@ -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 :
Original file line number Diff line number Diff line change 11# build executable
2- FROM golang:1.24 AS builder
2+ FROM golang:1.24-trixie@sha256:73860edd0febb45d37a5220ba39a6675d67f72163c79a4cebd9d0e6985609140 AS builder
33
44WORKDIR /build
55
@@ -13,7 +13,7 @@ COPY . ./
1313# Build the applications
1414RUN 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
1818WORKDIR /app
1919
You can’t perform that action at this time.
0 commit comments