Skip to content

Commit

Permalink
Fix frontend build by updating stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
230Daniel committed Sep 1, 2024
1 parent 17c35ad commit 28d3ed9
Show file tree
Hide file tree
Showing 4 changed files with 15,218 additions and 15,331 deletions.
2 changes: 1 addition & 1 deletion src/Frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.17.0 as build-deps
FROM node:22.7.0 as build-deps
WORKDIR /app
COPY package.json ./
RUN npm install
Expand Down
Loading

0 comments on commit 28d3ed9

Please sign in to comment.