From 41f53024c18eb61b20eb98121cbcfc5b74c9efb3 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Tue, 11 Jul 2023 23:02:05 +0200 Subject: [PATCH] Bump alpine image for preview (#1981) --- .woodpecker/docs.yml | 2 +- docs/src/pages/faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index d44ce3fa05..d8f688803f 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -58,7 +58,7 @@ steps: # TODO: add step to remove preview again after PR is closed (waiting for #286) deploy: - image: alpine:3.14.2 + image: alpine:3.18 secrets: - BOT_PRIVATE_KEY commands: diff --git a/docs/src/pages/faq.md b/docs/src/pages/faq.md index 9627510515..c465f9f00e 100644 --- a/docs/src/pages/faq.md +++ b/docs/src/pages/faq.md @@ -24,7 +24,7 @@ If you want all (new) features of Woodpecker and are willing to accept some poss You can find download links for the different releases in the [download section](/docs/downloads). -## How to debug clone issues: +## How to debug clone issues (And what to do with an error message like `fatal: could not read Username for 'https://': No such device or address`)