Skip to content

Commit

Permalink
update: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanay committed Oct 14, 2024
1 parent 293af83 commit c31b12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FIRST STAGE: Build the Angular Application
FROM node:20.12.2 as build
FROM node:22.9.0 as build

# Set the working directory
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FIRST STAGE: Build the Angular Application
FROM node:20.12.2 as build
FROM node:22.9.0 as build

# Set the working directory
WORKDIR /app
Expand Down

0 comments on commit c31b12d

Please sign in to comment.