From 8ae2c9e5734bfe3be49a25cde4ce01588e7cf963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 03:17:48 +0000 Subject: [PATCH] package(deps): update container dependencies --- charts/uptime-kuma/Chart.yaml | 2 +- charts/uptime-kuma/values.yaml | 2 +- container/Containerfile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/uptime-kuma/Chart.yaml b/charts/uptime-kuma/Chart.yaml index 7eea183..3471b33 100644 --- a/charts/uptime-kuma/Chart.yaml +++ b/charts/uptime-kuma/Chart.yaml @@ -21,4 +21,4 @@ version: 1.3.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.23.13" +appVersion: "1.23.15" diff --git a/charts/uptime-kuma/values.yaml b/charts/uptime-kuma/values.yaml index 806c45c..8d03191 100644 --- a/charts/uptime-kuma/values.yaml +++ b/charts/uptime-kuma/values.yaml @@ -108,7 +108,7 @@ serviceMonitor: enabled: false testPod: - image: docker.io/busybox@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41 + image: docker.io/busybox@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83 annotations: {} extraCertificates: diff --git a/container/Containerfile b/container/Containerfile index 12ab68f..36c8b01 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -1,6 +1,6 @@ -FROM docker.io/louislam/uptime-kuma:1.23.13-debian@sha256:96510915e6be539b76bcba2e6873591c67aca8a6075ff09f5b4723ae47f333fc AS app-donor +FROM docker.io/louislam/uptime-kuma:1.23.15-debian@sha256:d8b1b2151256bda3a99e822902fcbeb27b3eca6ef6d93fad25d2062b9fb61ad2 AS app-donor -FROM docker.io/library/node:20.17.0-bookworm-slim@sha256:ee799af8710c0c414361d0c71f53a501cfc7bd6081336ae4fdcc223688a1e213 +FROM docker.io/library/node:20.18.0-bookworm-slim@sha256:967bab29ecde5d59a6dd781054bf9021eee8116068e1f5cb139750b6bc6a75e9 ARG UID=3310 ARG GID=3310