From 1a9bb62f4376736518d0cf9fe93265ff6c75a800 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Nov 2023 17:54:15 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- charts/pubcode/Chart.yaml | 6 +++--- docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pubcode/Chart.yaml b/charts/pubcode/Chart.yaml index d499a99..6ee9e45 100644 --- a/charts/pubcode/Chart.yaml +++ b/charts/pubcode/Chart.yaml @@ -27,18 +27,18 @@ dependencies: - name: component condition: api.enabled - version: 0.0.14 + version: 0.0.17 repository: https://bcgov.github.io/helm-service/ alias: api - name: component condition: frontend.enabled - version: 0.0.14 + version: 0.0.17 repository: https://bcgov.github.io/helm-service/ alias: frontend - name: component condition: database.enabled - version: 0.0.14 + version: 0.0.17 repository: https://bcgov.github.io/helm-service/ alias: database diff --git a/docker-compose.yml b/docker-compose.yml index 114e6d4..ab89c85 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,7 +47,7 @@ services: #Run npm run build-watch in local before this. frontend: - image: caddy:2.7.2-alpine + image: caddy:2.7.5-alpine working_dir: /app volumes: - ./frontend/Caddyfile:/etc/caddy/Caddyfile