mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
Bump alpine image for preview (#1981)
This commit is contained in:
parent
4226f7d158
commit
41f53024c1
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ steps:
|
||||||
# TODO: add step to remove preview again after PR is closed (waiting for #286)
|
# TODO: add step to remove preview again after PR is closed (waiting for #286)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: alpine:3.14.2
|
image: alpine:3.18
|
||||||
secrets:
|
secrets:
|
||||||
- BOT_PRIVATE_KEY
|
- BOT_PRIVATE_KEY
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -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).
|
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://<url>': No such device or address`)
|
(And what to do with an error message like `fatal: could not read Username for 'https://<url>': No such device or address`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue