chore: bumped node images to bookworm

This commit is contained in:
alina 🌸 2025-01-14 05:28:54 +03:00
parent a24acf9770
commit 86e3043f1a
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -32,11 +32,11 @@ in {
url = "https://git.stupid.fish";
tokenFile = config.desu.secrets.forgejo-runners-token-sf.path;
labels = [
"node18:docker://node:18-bullseye"
"node20:docker://node:20-bullseye"
"node22:docker://node:22-bullseye"
"node18:docker://node:18-bookworm"
"node20:docker://node:20-bookworm"
"node22:docker://node:22-bookworm"
# fun fact: the actual image doesnt matter! it's only used to determine the runner
"docker:docker://node:22-bullseye"
"docker:docker://node:22-bookworm"
];
settings = {
runner.capacity = 8;