Skip to content

Commit 91a3997

Browse files
ci(deps): update init-toolbox dependencies (#309)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.21 | 3.22 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent a01cbe8 commit 91a3997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/init-toolbox/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044
1+
FROM golang:1.24-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66
22

33
ENV DOWNLOAD_MANAGER_REF="main"
44

@@ -8,7 +8,7 @@ RUN apk add --no-cache git && \
88
go get github.com/vbauerster/getparty && \
99
CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -a -installsuffix cgo -o download-manager .
1010

11-
FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
11+
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
1212
WORKDIR /
1313
RUN apk add --no-cache curl aria2 jq kubectl
1414
COPY --from=0 /go/src/gnosischain/download-manager/download-manager /download-manager

0 commit comments

Comments
 (0)