From 74b0c6b57fa285c3f52f4d611940d25038b03589 Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 6 Apr 2025 13:26:04 +0000 Subject: [PATCH] [CI-Build] Changed DIND to DIND rootless (#10) Reviewed-on: https://git.hackmi.ch/Phil/goshorly/pulls/10 --- .woodpecker/10-build-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/10-build-latest.yml b/.woodpecker/10-build-latest.yml index 683919d..b6c6a82 100644 --- a/.woodpecker/10-build-latest.yml +++ b/.woodpecker/10-build-latest.yml @@ -30,7 +30,7 @@ steps: services: docker-daemon: - image: docker:28.0-dind + image: docker:28.0-dind-rootless commands: - dockerd --tls=false --host=tcp://0.0.0.0:2376 privileged: true