From 50bd3d9e175a1d93e92d88bcb4337d7d14d1a3ed Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 21:23:19 +0100 Subject: [PATCH] change docker image --- hosts/fw.cloonar.com/modules/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 8ff90f1..0c99541 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -129,7 +129,7 @@ in name = "main"; tokenFile = "/run/secrets/gitea-runner-token"; labels = [ - "ubuntu-latest:docker://node:18-bullseye" + "ubuntu-latest:docker://shivammathur/node:latest" ]; settings = { container = {