chore(deps): update alpine docker tag to v3.21
This commit is contained in:
parent
f29c8cd7a4
commit
666adf8a2f
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ steps:
|
||||||
- event: push
|
- event: push
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
deploy:
|
deploy:
|
||||||
image: alpine:3.20
|
image: alpine:3.21
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache curl
|
- apk add --no-cache curl
|
||||||
|
|
|
@ -21,7 +21,7 @@ steps:
|
||||||
- event: push
|
- event: push
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
deploy:
|
deploy:
|
||||||
image: alpine:3.20
|
image: alpine:3.21
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache curl
|
- apk add --no-cache curl
|
||||||
|
|
Loading…
Add table
Reference in a new issue