Skip to content

Commit 15cffe0

Browse files
committed
Pin foundry version in Dockerfile
1 parent 6ac9bff commit 15cffe0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ RUN groupadd -g ${GROUP_ID} user \
3131
USER user
3232
WORKDIR /home/user
3333

34+
ARG FOUNDRY_VERSION=v1.5.1
3435
ENV PATH=/home/user/.foundry/bin:${PATH}
3536
RUN curl -L https://foundry.paradigm.xyz | bash \
36-
&& foundryup
37+
&& foundryup --install ${FOUNDRY_VERSION}
3738

3839
ADD . kontrol
3940
USER root

0 commit comments

Comments
 (0)