Skip to content

Commit 1fdbf49

Browse files
authored
Update Dockerfile
1 parent f586673 commit 1fdbf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Create image based off of the official Node 10 image
1+
# Create image based off of the official Node 22 image
22
FROM node:22-alpine as builder
33

44
# Copy dependency definitions
55
COPY package*.json ./
66

77
## installing and Storing node modules on a separate layer will prevent unnecessary npm installs at each build
8-
## --legacy-peer-deps as ngx-bootstrap still depends on Angular 14
8+
## --legacy-peer-deps as ngx-bootstrap still depends on Angular 18
99
RUN npm install --legacy-peer-deps && mkdir /app && mv ./node_modules /app/node_modules
1010

1111
# Change directory so that our commands run inside this new directory

0 commit comments

Comments
 (0)