Skip to content

Commit 986f7b3

Browse files
Downgrade node to version 18
1 parent 2c435eb commit 986f7b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.16.0
1+
18.20.4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine3.20 AS build-stage
1+
FROM node:18.20.4-alpine3.20 AS build-stage
22

33
RUN set -eux \
44
&& mkdir -p /app \
@@ -35,7 +35,7 @@ ENV PORT=8080
3535
USER root
3636

3737
RUN set -eux \
38-
&& apk add --no-cache nodejs-current npm
38+
&& apk add --no-cache nodejs npm
3939

4040
RUN mkdir /stylesheets
4141

0 commit comments

Comments
 (0)