Skip to content

Commit b726812

Browse files
committed
[ipfs] rebuild components
Tool: gitpod/catfood.gitpod.cloud
1 parent 0e2cafa commit b726812

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

components/ipfs/ipfs-cluster/leeway.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG VERSION
66

77
FROM alpine as dependencies
88

9+
ENV TRIGGER_REBUILD=0
10+
911
RUN apk add -U wget
1012

1113
RUN wget -O /jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 \

components/ipfs/kubo/leeway.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG VERSION
66

77
FROM alpine as dependencies
88

9+
ENV TRIGGER_REBUILD=0
10+
911
RUN apk add -U wget
1012

1113
RUN wget -O /jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 \

0 commit comments

Comments
 (0)