From d8a24996a01841accb1949827635b0a9bcdeebc4 Mon Sep 17 00:00:00 2001 From: Renovate bot Date: Fri, 25 Oct 2024 10:09:35 +0000 Subject: [PATCH 1/3] Update ghcr.io/mastodon/mastodon Docker tag to v4.3.1 --- compute-2-mep/mastodon/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compute-2-mep/mastodon/docker-compose.yaml b/compute-2-mep/mastodon/docker-compose.yaml index 81090da..875a9e9 100644 --- a/compute-2-mep/mastodon/docker-compose.yaml +++ b/compute-2-mep/mastodon/docker-compose.yaml @@ -13,7 +13,7 @@ services: - mastodon web: - image: ghcr.io/mastodon/mastodon:v4.3.0 + image: ghcr.io/mastodon/mastodon:v4.3.1 restart: always env_file: - path: .env.production @@ -70,7 +70,7 @@ services: - "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file" sidekiq: - image: ghcr.io/mastodon/mastodon:v4.3.0 + image: ghcr.io/mastodon/mastodon:v4.3.1 restart: always env_file: - path: .env.production From b84ec916856864300208673a2d4dbe6917833e89 Mon Sep 17 00:00:00 2001 From: Renovate bot Date: Fri, 25 Oct 2024 10:09:47 +0000 Subject: [PATCH 2/3] Update ghcr.io/mastodon/mastodon-streaming Docker tag to v4.3.1 --- compute-2-mep/mastodon/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute-2-mep/mastodon/docker-compose.yaml b/compute-2-mep/mastodon/docker-compose.yaml index 81090da..d29cc73 100644 --- a/compute-2-mep/mastodon/docker-compose.yaml +++ b/compute-2-mep/mastodon/docker-compose.yaml @@ -44,7 +44,7 @@ services: - "ofelia.job-exec.clean-account.command=tootctl accounts cull" streaming: - image: ghcr.io/mastodon/mastodon-streaming:v4.3.0 + image: ghcr.io/mastodon/mastodon-streaming:v4.3.1 restart: always env_file: - path: .env.production From 102d162e063f3bbd6d5c2e65d518ee5669d8b363 Mon Sep 17 00:00:00 2001 From: Ada Date: Fri, 25 Oct 2024 12:18:40 +0200 Subject: [PATCH 3/3] Update gitlab/gitlab-ce Docker tag to 17.5.1 --- compute-2-mep/gitlab/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute-2-mep/gitlab/docker-compose.yaml b/compute-2-mep/gitlab/docker-compose.yaml index 9b2af56..9daecb6 100644 --- a/compute-2-mep/gitlab/docker-compose.yaml +++ b/compute-2-mep/gitlab/docker-compose.yaml @@ -12,7 +12,7 @@ volumes: services: gitlab: - image: gitlab/gitlab-ce:17.5.0-ce.0 + image: gitlab/gitlab-ce:17.5.1-ce.0 container_name: gitlab restart: always hostname: "gitlab.gnous.eu"