Skip to content

Commit

Permalink
Do not remove previous commit_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jan 12, 2024
1 parent 0f4ca91 commit 50eb396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/* && apt-get cl
COPY --from=yarn-project /usr/src /usr/src
WORKDIR /usr/src/yarn-project
# TODO: Use release-please to update package.json directly, and remove this!
ARG COMMIT_TAG=""
RUN ./scripts/version_packages.sh
# Productionify. See comment in yarn-project-base/Dockerfile.
RUN yarn workspaces focus @aztec/cli @aztec/aztec-sandbox @aztec/aztec-faucet @aztec/aztec.js --production && \
Expand Down

0 comments on commit 50eb396

Please sign in to comment.