Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update uptime-kuma to version 1.23.16 #1975

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion uptime-kuma/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in uptime-kuma/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_WHITELIST: "/api/*"

server:
image: louislam/uptime-kuma:1.23.15@sha256:d8b1b2151256bda3a99e822902fcbeb27b3eca6ef6d93fad25d2062b9fb61ad2
image: louislam/uptime-kuma:1.23.16@sha256:431fee3be822b04861cf0e35daf4beef6b7cb37391c5f26c3ad6e12ce280fe18
restart: on-failure
stop_grace_period: 1m
volumes:

Check notice on line 14 in uptime-kuma/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Mounted file/directory "/uptime-kuma/data/uptime-kuma" doesn't exist

The volume "${APP_DATA_DIR}/data/uptime-kuma:/app/data" tries to mount the file/directory "/uptime-kuma/data/uptime-kuma", but it is not present. This can lead to permission errors!
Expand Down
4 changes: 2 additions & 2 deletions uptime-kuma/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: uptime-kuma
category: networking
name: Uptime Kuma
version: "1.23.15"
version: "1.23.16"
tagline: Self-hosted uptime monitoring tool
description: >
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
Expand Down Expand Up @@ -39,7 +39,7 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >
This release includes a couple bugfixes.
🚨 This release includes important security fixes for a Local File Inclusion vulnerability in the Real-Browser monitor feature.


Full release notes can be found at https://github.com/louislam/uptime-kuma/releases
Expand Down
Loading