Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1530)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Om Mishra <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2023
1 parent 85bf4b6 commit 505075e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.8.1-bullseye-slim AS build
FROM node:20.9.0-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
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 0.0.13
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.0.0
version: 13.1.5
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.0.13
digest: sha256:a5cc2fbfbfa83d24905e056a69ece0cc0992e401b5d37821e0910bd23aa18ffb
generated: "2023-10-25T14:05:35.9312876-07:00"
digest: sha256:8e1d9672f32629d18ec3a17bcc447c8ee9531d9ae9147db8dfd86f3f876af563
generated: "2023-10-26T02:03:54.085557072Z"
2 changes: 1 addition & 1 deletion charts/quickstart-openshift/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:

- name: postgresql
condition: bitnami-pg.enabled
version: 13.0.0
version: 13.1.5
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.8.1-bullseye-slim AS build
FROM node:20.9.0-bullseye-slim AS build

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

0 comments on commit 505075e

Please sign in to comment.