Skip to content

Commit

Permalink
upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon committed May 2, 2024
1 parent 0b16aae commit b3a5c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:13.12.0-alpine
FROM node:22.0.0-alpine

WORKDIR /app/front/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# create production build artifactss
FROM node:13.12.0-alpine as build
FROM node:22.0.0-alpine as build
WORKDIR /app/prod/
ENV PATH /app/node_modules/.bin:$PATH

Expand Down

0 comments on commit b3a5c35

Please sign in to comment.