Skip to content

Commit

Permalink
upgrade frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slatinsky committed Dec 25, 2023
1 parent 2d84c49 commit ea1f026
Show file tree
Hide file tree
Showing 6 changed files with 1,181 additions and 2,882 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build sveltekit static app
FROM node:16.18-alpine3.15 as build
FROM node:19.2.0-alpine3.15 as build
WORKDIR /app
COPY frontend/package.json frontend/package-lock.json ./
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rpi4b
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build sveltekit static app
FROM node:16.18-alpine3.15 as build
FROM node:19.2.0-alpine3.15 as build
WORKDIR /app
COPY frontend/package.json frontend/package-lock.json ./
RUN npm install
Expand Down
Loading

0 comments on commit ea1f026

Please sign in to comment.