Compare commits

...

2 Commits

Author SHA1 Message Date
42fe309722 bump gitea to v1.24.3 2025-07-16 06:54:42 +00:00
48d89faaee bump prometheus to 3.5.0 2025-07-16 06:53:24 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ networks:
services:
server:
image: gitea/gitea:1.24.2
image: gitea/gitea:1.24.3
container_name: gitea
environment:
- USER_UID=${USER_UID}

View File

@@ -12,7 +12,7 @@ networks:
services:
prometheus:
image: prom/prometheus:v3.4.1
image: prom/prometheus:v3.5.0
container_name: prometheus
restart: unless-stopped
networks: