Upgrade the default container to node:20

Fixes: https://code.forgejo.org/forgejo/runner/issues/168
This commit is contained in:
Earl Warren 2024-06-07 10:13:36 +02:00
parent 1b95689795
commit 9774b35d75
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
6 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@ runner:
# The interval for fetching the job from the Forgejo instance.
fetch_interval: 2s
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
# Like: ["macos-arm64:host", "ubuntu-latest:docker://node:16-bullseye", "ubuntu-22.04:docker://node:16-bullseye"]
# Like: ["macos-arm64:host", "ubuntu-latest:docker://node:20-bookworm", "ubuntu-22.04:docker://node:20-bookworm"]
# If it's empty when registering, it will ask for inputting labels.
# If it's empty when execute `deamon`, will use labels in `.runner` file.
labels: []