Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Update Core services
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 4672e09 commit d3b8768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core-services/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
retries: 5

pgadmin:
image: dpage/pgadmin4:8.3
image: dpage/pgadmin4:8.4
container_name: pgadmin
environment:
PGADMIN_DEFAULT_EMAIL: admin@admin.com
Expand Down Expand Up @@ -138,7 +138,7 @@ services:
# retries: 5

filebrowser:
image: filebrowser/filebrowser:v2.27.0
image: filebrowser/filebrowser:v2.28.0
container_name: filebrowser
volumes:
- ${VOLUMES_PATH}/core-services/filebrowser/database.db:/database.db
Expand Down Expand Up @@ -194,7 +194,7 @@ services:
retries: 5

cloudflare:
image: cloudflare/cloudflared:2024.2.1
image: cloudflare/cloudflared:2024.3.0
container_name: cloudflare
environment:
- PUID=1000
Expand Down

0 comments on commit d3b8768

Please sign in to comment.