Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent b5017de commit a26035e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose/all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
# Garuda Cloud
nextcloud_app:
image: linuxserver/nextcloud:27.0.1 # locked, newer versions can't be pulled!
image: linuxserver/nextcloud:27.1.4 # locked, newer versions can't be pulled!
container_name: nextcloud
depends_on: [nextcloud_db, nextcloud_redis]
environment:
Expand All @@ -14,7 +14,7 @@ services:
volumes: [./nextcloud/config:/config, ./nextcloud/data:/data]
restart: always
nextcloud_db:
image: mariadb:11.2.2
image: mariadb:11.2.3
container_name: nextcloud_db
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
environment:
Expand Down Expand Up @@ -92,7 +92,7 @@ services:

# Secure pastebin
privatebin:
image: privatebin/nginx-fpm-alpine:1.6.2
image: privatebin/nginx-fpm-alpine:1.7.1
container_name: privatebin
volumes:
- ./privatebin:/srv/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/github-runner/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3.9"
services:
github-runner:
image: myoung34/github-runner:2.312.0
image: myoung34/github-runner:2.313.0
container_name: github-runner
privileged: true
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/proxied/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:
NO_PROXY: garudalinux.org,piped-api.garudalinux.org,piped.garudalinux.org,piped-proxy.garudalinux.org,lbry.com,api.lbry.com
restart: always
piped_postgres:
image: postgres:13.13-alpine
image: postgres:13.14-alpine
container_name: piped_postgres
volumes: [./piped/db:/var/lib/postgresql/data]
environment:
Expand Down

0 comments on commit a26035e

Please sign in to comment.