~edwardloveall/scribe

update crystal version in Dockerfile v1 PROPOSED

miklo: 1
 update crystal version in Dockerfile

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~edwardloveall/scribe/patches/27418/mbox | git am -3
Learn more about email & git

[PATCH] update crystal version in Dockerfile Export this patch

From: miklobit <miklobit@gmail.com>

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 1af6ec5..17ebb9b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
FROM node:alpine as node_build
FROM node:16-alpine as node_build
WORKDIR /tmp_build

COPY package.json .
@@ -9,7 +9,7 @@ COPY webpack.mix.js .
COPY src ./src
RUN yarn prod

FROM crystallang/crystal:1.0.0-alpine as lucky_build
FROM crystallang/crystal:1.2.1-alpine as lucky_build
ENV SKIP_LUCKY_TASK_PRECOMPILATION="1"
RUN apk add yaml-static
WORKDIR /tmp_build
-- 
2.17.1