We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a978d + b468498 commit b0c412eCopy full SHA for b0c412e
1 file changed
Dockerfile-opstack
@@ -43,7 +43,7 @@ RUN --mount=type=cache,target=/root/.cache \
43
make build-go
44
45
# 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/
+COPY --from=op-contracts:latest /usr/local/bin/forge /usr/local/bin/cast /usr/local/bin/anvil /usr/local/bin/
47
48
# Verify installations
49
RUN echo "🔍 Verifying installations:" && \
0 commit comments