From 5804621ea15ac2122ff28d98214002f249348b54 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 6 Jul 2024 14:48:01 +0200 Subject: [PATCH] dind --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index a1ca81c..8d17bc1 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -51,7 +51,7 @@ steps: - cat r_build_latest.txt - name: Build - image: docker:27.0.3-alpine3.20 + image: dind:27.0.3-alpine3.20 commands: | if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then apk add -q --no-cache py3-pip make just aws-cli docker-compose