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 Nov 21, 2024
1 parent db276e2 commit c0a26fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/app/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: 16.1.2
digest: sha256:f9a12e30577805cbb716ceb3168ca01f1f9ef46b1d4e39b93bbce41d189fd737
generated: "2024-11-13T22:10:49.147947522Z"
version: 16.2.0
digest: sha256:428f54e487754b0bda1831a35c0ec870b8775dae5ce08cca6917a9b3d25616e7
generated: "2024-11-21T10:27:42.222509169Z"
2 changes: 1 addition & 1 deletion charts/app/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: 16.1.2
version: 16.2.0
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.17.0-bullseye-slim AS build
FROM node:20.18.0-bullseye-slim AS build

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

0 comments on commit c0a26fb

Please sign in to comment.