Skip to content

Commit

Permalink
fix: version in sandbox deployment (#2730)
Browse files Browse the repository at this point in the history
Pass `COMMIT_TAG` argument in the builder image
  • Loading branch information
spypsy authored Oct 6, 2023
1 parent 68cdb3f commit b1d8efd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yarn-project/aztec-sandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/yarn-project AS yarn-project

ARG COMMIT_TAG=""

# Start a new image as we need arch specific.
FROM node:18-alpine as builder
ARG COMMIT_TAG=""
RUN apk add jq
COPY --from=yarn-project /usr/src/ /usr/src/

Expand Down

0 comments on commit b1d8efd

Please sign in to comment.