From 18e99039838163c9b9e89c9ab072bab03ab73479 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 23 Dec 2024 23:49:40 -0500 Subject: [PATCH] Upgrade (5.0.3 -> 5.0.4) --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 42be558..4c16894 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -6,7 +6,7 @@ forgejo_runner_enabled: true forgejo_runner_identifier: forgejo-runner -forgejo_runner_version: 5.0.3 +forgejo_runner_version: 5.0.4 # The image always runs with UID/GID 1000, which causes a permission # issue when trying to access the Docker socket. For this reason,