Skip to content

Commit e21f9fd

Browse files
authored
fix: squash nightly foundry warning (#13640)
Squashes this message that shows up in our logs: ``` Warning: This is a nightly build of Foundry. It is recommended to use the latest stable version. Visit https://book.getfoundry.sh/announcements for more information. ```
1 parent da1e698 commit e21f9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-image/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt update && apt install -y \
2626
# Install anvil.
2727
COPY --from=build /opt/foundry/bin/anvil /opt/foundry/bin/anvil
2828
COPY --from=build /opt/foundry/bin/cast /opt/foundry/bin/cast
29-
ENV PATH="/opt/foundry/bin:$PATH"
29+
ENV PATH="/opt/foundry/bin:$PATH" FOUNDRY_DISABLE_NIGHTLY_WARNING="1"
3030
# Copy in production dependencies.
3131
COPY --from=build /usr/src/yarn-project/node_modules /usr/src/yarn-project/node_modules
3232
# We install a symlink to yarn-project's node_modules at a location that all portalled packages can find as they

0 commit comments

Comments
 (0)