Skip to content

Commit 310d0c7

Browse files
Merge pull request #1210 from ReliefApplications/update-docker-to-22
update docker to node 22
1 parent 69508e9 commit 310d0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine as base
1+
FROM node:22-alpine AS base
22

33
WORKDIR /home/node/app
44

@@ -10,7 +10,7 @@ COPY . .
1010

1111
RUN mkdir -p files
1212

13-
FROM base as production
13+
FROM base AS production
1414

1515
ENV NODE_PATH=./build
1616
ENV NODE_CONFIG_DIR=/home/node/app/config

0 commit comments

Comments
 (0)