Skip to content

Commit

Permalink
Update all-frontend-non-major-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent f25b313 commit aa1f9c9
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 177 deletions.
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.0
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0
FROM node:22.13.0
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm update --location=global npm && npm install
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0 AS builder
FROM node:22.13.0 AS builder
WORKDIR /usr/src/app
COPY . .
RUN npm install && npx vite build
Expand Down
Loading

0 comments on commit aa1f9c9

Please sign in to comment.