Fixed wrong cabal version.

This commit is contained in:
Martin Sosic 2023-07-11 16:27:00 +02:00
parent a8b9a94f4d
commit fa6c3867eb
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ RUN cd server && PRISMA_CLIENT_OUTPUT_DIR=../server/node_modules/.prisma/client/
RUN cd server && npm run build
FROM base AS server-production
RUN curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.11.1-wasp-ai-9
RUN curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.11.1-wasp-ai-8
ENV PATH "$PATH:/root/.local/bin"
ENV NODE_ENV production
WORKDIR /app

View File

@ -6,7 +6,7 @@ cabal-version: 2.4
-- Consider using hpack, or maybe even hpack-dhall.
name: waspc
version: 0.11.1
version: 0.11.0
description: Please see the README on GitHub at <https://github.com/wasp-lang/wasp/waspc#readme>
homepage: https://github.com/wasp-lang/wasp/waspc#readme
bug-reports: https://github.com/wasp-lang/wasp/issues