Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent 017bfdd commit 04a3636
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.12.0-bullseye-slim AS buildWithDevDeps
FROM node:20.12.1-bullseye-slim AS buildWithDevDeps

# Install packages, build and keep only prod packages
WORKDIR /app
Expand All @@ -9,7 +9,7 @@ COPY ./src ./src
COPY ./prisma ./prisma
RUN npm ci --ignore-scripts --no-update-notifier
RUN npm run prisma-generate
FROM node:20.12.0-bullseye-slim AS build
FROM node:20.12.1-bullseye-slim AS build

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down
6 changes: 3 additions & 3 deletions charts/nr-omrr-transparency/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.2.2
digest: sha256:a000800f21af96db33a3cbdfc316b48456b6daecf0653723880a6d30f887bd67
generated: "2024-04-02T22:02:31.254974728Z"
version: 15.2.4
digest: sha256:0aa8f6f5e40ed9a7c5455408edd91309e4919e099701e6bf57a483896670c1a8
generated: "2024-04-05T19:25:39.116583581Z"
2 changes: 1 addition & 1 deletion charts/nr-omrr-transparency/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:

- name: postgresql
condition: bitnami-pg.enabled
version: 15.2.2
version: 15.2.4
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg

Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:20.12.0-bullseye-slim AS build
FROM node:20.12.1-bullseye-slim AS build

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down

0 comments on commit 04a3636

Please sign in to comment.