Skip to content

Commit

Permalink
fix: pin foundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
andysim3d committed Jan 23, 2025
1 parent 50cc638 commit 17bef36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runbundler/deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH=$PATH:./node_modules/.bin
RUN yarn global add node-gyp
RUN yarn && hardhat compile

FROM ghcr.io/foundry-rs/foundry:latest
FROM ghcr.io/foundry-rs/foundry@sha256:09143a1c5ad22ae6b5fbb3d9ac39a5e0cff6be425836e4f1715dc0e204f9899f

RUN apk add jq
# RUN apk add nodejs yarn jq perl
Expand Down
2 changes: 1 addition & 1 deletion runbundler/funder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/foundry-rs/foundry:latest
FROM ghcr.io/foundry-rs/foundry@sha256:09143a1c5ad22ae6b5fbb3d9ac39a5e0cff6be425836e4f1715dc0e204f9899f

RUN apk add jq
ADD funder.sh /
Expand Down
2 changes: 1 addition & 1 deletion runbundler/run2bundlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
condition: service_completed_successfully

wait-all:
image: ghcr.io/foundry-rs/foundry:latest
image: ghcr.io/foundry-rs/foundry@sha256:09143a1c5ad22ae6b5fbb3d9ac39a5e0cff6be425836e4f1715dc0e204f9899f
command: echo started
depends_on:
bundler:
Expand Down
2 changes: 1 addition & 1 deletion runbundler/runbundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
condition: service_completed_successfully

wait-all:
image: ghcr.io/foundry-rs/foundry:latest
image: ghcr.io/foundry-rs/foundry@sha256:09143a1c5ad22ae6b5fbb3d9ac39a5e0cff6be425836e4f1715dc0e204f9899f
command: echo started
depends_on:
bundler:
Expand Down

0 comments on commit 17bef36

Please sign in to comment.