We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80121a commit 2868d8aCopy full SHA for 2868d8a
.node-version
@@ -1 +1 @@
1
-18.17.0
+22.20.0
Dockerfile
@@ -6,11 +6,10 @@ ENV MARTEN_ENV=production
6
7
RUN apt-get update
8
RUN apt-get install -y curl
9
-RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
+RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
10
RUN apt-get install -y nodejs libsqlite3-dev cmake build-essential
11
12
RUN npm install
13
-RUN npm rebuild node-sass
14
RUN npm run gulp -- build --production
15
16
RUN shards install --without-development
0 commit comments