Skip to content

Commit

Permalink
package(deps): update container dependencies (#185)
Browse files Browse the repository at this point in the history
* package(deps): update container dependencies

* fix: ping capabilities label (#180)

* fix: oing bin path

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: K3rnelPan1c <[email protected]>
  • Loading branch information
renovate[bot] and k3rnelpan1c-dev authored Sep 5, 2024
1 parent 896c248 commit 6e357f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/uptime-kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ serviceMonitor:
enabled: false

testPod:
image: docker.io/busybox@sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb
image: docker.io/busybox@sha256:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41
annotations: {}

extraCertificates:
Expand Down
3 changes: 2 additions & 1 deletion container/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/louislam/uptime-kuma:1.23.13-debian@sha256:96510915e6be539b76bcba2e6873591c67aca8a6075ff09f5b4723ae47f333fc AS app-donor

FROM docker.io/library/node:20.13.1-bookworm-slim@sha256:cffed8cd39d6a380434e6d08116d188c53e70611175cd5ec7700f93f32a935a6
FROM docker.io/library/node:20.17.0-bookworm-slim@sha256:ee799af8710c0c414361d0c71f53a501cfc7bd6081336ae4fdcc223688a1e213

ARG UID=3310
ARG GID=3310
Expand Down Expand Up @@ -33,6 +33,7 @@ RUN apt-get update -qqy \
ca-certificates \
bash \
&& pip --no-cache-dir install --break-system-packages apprise==${APPRISE_VERSION} \
&& setcap -r /usr/bin/ping \
&& rm -rf /var/lib/apt/lists/* \
\
# Download and install cloudflared
Expand Down

0 comments on commit 6e357f8

Please sign in to comment.