Skip to content

Commit e213c48

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb
1+
FROM golang:1.25-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9
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.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
11+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
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)