Skip to content

Commit b0c412e

Browse files
author
louis.liu
committed
Merge branch 'dev' into pre-release
2 parents 97a978d + b468498 commit b0c412e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile-opstack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN --mount=type=cache,target=/root/.cache \
4343
make build-go
4444

4545
# Copy foundry tools and artifacts from contracts image
46-
COPY --from=op-contracts:v1.13.4 /usr/local/bin/forge /usr/local/bin/cast /usr/local/bin/anvil /usr/local/bin/
46+
COPY --from=op-contracts:latest /usr/local/bin/forge /usr/local/bin/cast /usr/local/bin/anvil /usr/local/bin/
4747

4848
# Verify installations
4949
RUN echo "🔍 Verifying installations:" && \

0 commit comments

Comments
 (0)