Skip to content

Commit

Permalink
Updated Mage to generate Wasp 0.15.0 apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos committed Oct 10, 2024
1 parent 8923da0 commit c6bea2c
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.14.2
RUN curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.15.0
ENV PATH "$PATH:/root/.local/bin"
ENV NODE_ENV production
WORKDIR /app
Expand Down

0 comments on commit c6bea2c

Please sign in to comment.