Skip to content

Commit

Permalink
ci(deps): update init-toolbox (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Jun 21, 2024
1 parent fe157ed commit 96d740a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/init-toolbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine@sha256:d60e66b526e441eefd9796a0ca9eeb726ac857704181638ae09dfb7766b475a3
FROM golang:1.22-alpine@sha256:ace6cc3fe58d0c7b12303c57afe6d6724851152df55e08057b43990b927ad5e8

ENV DOWNLOAD_MANAGER_REF="main"

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

FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
WORKDIR /
RUN apk add --no-cache curl aria2
COPY --from=0 /go/src/gnosischain/download-manager/download-manager /download-manager

0 comments on commit 96d740a

Please sign in to comment.