mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +00:00
chore(deps): update docker.io/alpine docker tag to v3.20 (#4169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4a6185557f
commit
18edc0189f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.23'
|
- &golang_image 'docker.io/golang:1.23'
|
||||||
- &node_image 'docker.io/node:22-alpine'
|
- &node_image 'docker.io/node:22-alpine'
|
||||||
- &alpine_image 'docker.io/alpine:3.19'
|
- &alpine_image 'docker.io/alpine:3.20'
|
||||||
- path: &when_path
|
- path: &when_path
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.woodpecker/docs.yaml'
|
- '.woodpecker/docs.yaml'
|
||||||
|
|
Loading…
Reference in a new issue