Skip to content

Commit

Permalink
Bumps Wasp CLI version for Mage
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Jan 29, 2025
1 parent c78b213 commit 0aa7fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN cd .wasp/build/server && npm run bundle
# TODO: Use pm2?
# TODO: Use non-root user (node).
FROM base AS server-production
RUN curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.15.0
RUN curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.16.0
ENV PATH "$PATH:/root/.local/bin"
ENV NODE_ENV production
WORKDIR /app
Expand Down

0 comments on commit 0aa7fc1

Please sign in to comment.