diff --git a/examples/lxc-systemd/forgejo-runner-service.sh b/examples/lxc-systemd/forgejo-runner-service.sh index fd4110f4..cec69e36 100755 --- a/examples/lxc-systemd/forgejo-runner-service.sh +++ b/examples/lxc-systemd/forgejo-runner-service.sh @@ -21,7 +21,7 @@ trap "rm -fr $TMPDIR" EXIT : ${INPUTS_FORGEJO:=https://code.forgejo.org} : ${INPUTS_LIFETIME:=7d} : ${INPUTS_LXC_HELPERS_VERSION:=1.0.3} -: ${INPUTS_RUNNER_VERSION:=6.3.1} +: ${INPUTS_RUNNER_VERSION:=6.4.0} : ${KILL_AFTER:=21600} # 6h == 21600 NODEJS_VERSION=20