Skip to content

Commit

Permalink
Merge branch 'main' into fix/helm-knp
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Feb 19, 2024
2 parents 191596f + 4b7c91b commit 9c264b1
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.11.0-bullseye-slim AS buildWithDevDeps
FROM node:20.11.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.11.0-bullseye-slim AS build
FROM node:20.11.1-bullseye-slim AS build

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down
6 changes: 3 additions & 3 deletions charts/quickstart-openshift/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: 14.0.5
digest: sha256:0bd39a6ba6fbba0421f4a47fa32f07791f7dbfa9f39c74f10b4faf2a3814dea8
generated: "2024-02-16T13:18:54.8973634-08:00"
version: 14.1.1
digest: sha256:89677e67f12f95ef4837229660624fe14ec170b611d16508e0d9a4d370b9f4f9
generated: "2024-02-16T21:31:26.158794696Z"
2 changes: 1 addition & 1 deletion charts/quickstart-openshift/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ appVersion: "1.16.0"
dependencies:
- name: postgresql
condition: bitnami-pg.enabled
version: 14.0.5
version: 14.1.1
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg
maintainers:
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.11.0-bullseye-slim AS build
FROM node:20.11.1-bullseye-slim AS build

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

0 comments on commit 9c264b1

Please sign in to comment.