Skip to content

Commit 9019146

Browse files
committed
Update dockerfile node versions
1 parent 91f9a80 commit 9019146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.gitlab.com/openbeta/openbeta-nodejs-docker:18
1+
FROM node:22-alpine
22

33
ENV APP_DIR=/apps/openbeta-graphql
44

@@ -13,4 +13,4 @@ COPY . *.env ./
1313
RUN yarn install --no-progress && \
1414
yarn build-release
1515

16-
CMD node --experimental-json-modules build/main.js
16+
CMD ["node", "build/main.js"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@
104104
"engines": {
105105
"node": ">=22.14.0 <= 24"
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)