File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM node:20.15 -alpine as build
1+ FROM node:22.14 -alpine as build
22
33# https://github.com/docker/getting-started/issues/124
44RUN apk add --no-cache python3 g++ make
@@ -12,8 +12,8 @@ RUN apk --no-cache --virtual build-dependencies add \
1212 g++
1313
1414# For "canvas": https://stackoverflow.com/a/66692565/7309855
15- # canvas is onlye used in unit testing with monaco-editor.
16- # It should be possible to write pacakge .json to avoid installing canvas in production.
15+ # canvas is only used in unit testing with monaco-editor.
16+ # It should be possible to write package .json to avoid installing canvas in production.
1717# But, I don't know how to do it.
1818RUN apk add --update --no-cache \
1919 jpeg-dev \
Original file line number Diff line number Diff line change 1818 "@vuelidate/validators" : " ^2.0.4" ,
1919 "@vueuse/core" : " ^10.11.0" ,
2020 "@vueuse/integrations" : " ^10.11.0" ,
21- "canvas" : " ^2.11.2 " ,
21+ "canvas" : " ~3.1.0 " ,
2222 "graphql" : " ^16.9.0" ,
2323 "graphql-ws" : " ^5.16.0" ,
2424 "monaco-editor" : " ^0.50.0" ,
You can’t perform that action at this time.
0 commit comments