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 2443cf5 commit 3f3d82c
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 178 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
4 changes: 2 additions & 2 deletions frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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

FROM cgr.dev/chainguard/nginx@sha256:8079d8df5ff8c0bb521089659a6fbecd8f21469ea8039036e8e9f16bea21cbe9
FROM cgr.dev/chainguard/nginx@sha256:b86810caef51aa2c5ac6d3e3c19673e9cb2ef0c4f3e30e526095505f16513051
EXPOSE 8081
COPY --from=builder /usr/src/app/dist /var/lib/nginx/html
COPY nginx.conf /etc/nginx/conf.d/ris.conf
Loading

0 comments on commit 3f3d82c

Please sign in to comment.