Upgrade to Crystal 1.5.0

This commit is contained in:
Edward Loveall 2022-07-17 12:02:01 -04:00
parent 35b72ada37
commit 5b20d3f6d1
No known key found for this signature in database
GPG Key ID: A7606DFEC2BA731F
5 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
1.2.1 1.5.0

View File

@ -1,2 +1,2 @@
nodejs 12.14.1 nodejs 12.14.1
crystal 1.2.1 crystal 1.5.0

View File

@ -2,6 +2,7 @@
* Fix source code link * Fix source code link
* Upgrade to Lucky 0.30.1 * Upgrade to Lucky 0.30.1
* Upgrade to Crystal 1.5.0
2022-05-21 2022-05-21

View File

@ -9,7 +9,7 @@ COPY webpack.mix.js .
COPY src ./src COPY src ./src
RUN yarn prod RUN yarn prod
FROM crystallang/crystal:1.2.1-alpine as lucky_build FROM crystallang/crystal:1.5-alpine as lucky_build
ENV SKIP_LUCKY_TASK_PRECOMPILATION="1" ENV SKIP_LUCKY_TASK_PRECOMPILATION="1"
RUN apk add yaml-static RUN apk add yaml-static
WORKDIR /tmp_build WORKDIR /tmp_build

View File

@ -8,7 +8,7 @@ targets:
scribe: scribe:
main: src/scribe.cr main: src/scribe.cr
crystal: 1.2.1 crystal: 1.5.0
dependencies: dependencies:
lucky: lucky: