File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.24-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66
1
+ FROM golang:1.24-alpine@sha256:48ee313931980110b5a91bbe04abdf640b9a67ca5dea3a620f01bacf50593396
2
2
3
3
ENV DOWNLOAD_MANAGER_REF="main"
4
4
@@ -8,7 +8,7 @@ RUN apk add --no-cache git && \
8
8
go get github.com/vbauerster/getparty && \
9
9
CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -a -installsuffix cgo -o download-manager .
10
10
11
- FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
11
+ FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
12
12
WORKDIR /
13
13
RUN apk add --no-cache curl aria2 jq kubectl
14
14
COPY --from=0 /go/src/gnosischain/download-manager/download-manager /download-manager
You can’t perform that action at this time.
0 commit comments