Skip to content

Commit

Permalink
fix: boxes use base image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed May 1, 2024
1 parent 248761e commit 1372c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ deps:
LOCALLY
LET packages = $(git ls-files "**/package*.json" package*.json)
LET tsconfigs = $(git ls-files "**/tsconfig*.json" tsconfig*.json)
FROM node:18.19.0
FROM ../build-images+build

# copy the aztec yarn workspace, needed to resolve portal dependencies
COPY ../yarn-project+build-dev/usr/src /usr/src
Expand Down

0 comments on commit 1372c8d

Please sign in to comment.