From 749f5b9ff17a8b241deb314861449f36a348a98d Mon Sep 17 00:00:00 2001 From: naicoi Date: Thu, 18 May 2023 14:54:49 +0700 Subject: [PATCH] Update docker image in .woodpecker.yml The docker image for alpine has been updated to the latest version. The new version does not have a specific tag and will use the default one. The repo and platforms settings remain unchanged. --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index de66def..d2c900d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ pipeline: alpine: - image: woodpeckerci/plugin-docker-buildx:20 + image: woodpeckerci/plugin-docker-buildx settings: repo: lttech/deno-deployctl platforms: linux/amd64,linux/arm64