Skip to content

Commit

Permalink
Update Dockerfile to node 18 for contracts build
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jul 8, 2024
1 parent e63b4b5 commit e10102b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && \
FROM scratch as brotli-library-export
COPY --from=brotli-library-builder /workspace/install/ /

FROM node:16-bookworm-slim as contracts-builder
FROM node:18-bookworm-slim as contracts-builder
RUN apt-get update && \
apt-get install -y git python3 make g++ curl
RUN curl -L https://foundry.paradigm.xyz | bash && . ~/.bashrc && ~/.foundry/bin/foundryup
Expand Down

0 comments on commit e10102b

Please sign in to comment.