From b0de70d3ef83c3fda557570e66a3c9721fb20557 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 4 Oct 2021 13:24:49 -0300 Subject: [PATCH] base image is alpine --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 103cb72..54cf951 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,7 +8,7 @@ pipeline: - latest build_args: - ALPINE_VERSION=${ALPINE_VERSION} - - BASE_IMAGE=registry.nulo.in/sutty/monit + - BASE_IMAGE=alpine username: sutty secrets: - docker_password