Skip to content

Commit

Permalink
Fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Mar 9, 2023
1 parent 00a3566 commit 9dc1966
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion alm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /mono/alm
RUN yarn run build


FROM node:12 as alm-production
FROM node:14 as alm-production
RUN yarn global add serve
WORKDIR /app
COPY --from=alm-builder /mono/alm/build .
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"author": "rzadp <[email protected]>",
"license": "MIT",
"private": true,
"engines": {
"node": "12.22.12",
"yarn": "~1.22.18"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
Expand Down

0 comments on commit 9dc1966

Please sign in to comment.