From c5cccca38dd2a97a270e51936d64d4762f29b245 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 5 Jan 2024 19:35:33 +0100 Subject: [PATCH] actions: service: upgrade node:20-bookworm --- actions/example-service/runner-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/example-service/runner-config.yaml b/actions/example-service/runner-config.yaml index 4606852d..27981abe 100644 --- a/actions/example-service/runner-config.yaml +++ b/actions/example-service/runner-config.yaml @@ -10,7 +10,7 @@ runner: insecure: false fetch_timeout: 5s fetch_interval: 2s - labels: ["docker:docker://code.forgejo.org/oci/node:16-bullseye"] + labels: ["docker:docker://code.forgejo.org/oci/node:20-bookworm"] cache: enabled: false