feat: alpine upgrades
This commit is contained in:
parent
5085c7e8df
commit
d11e588f03
1 changed files with 9 additions and 4 deletions
|
@ -16,9 +16,14 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
|
analyse:
|
||||||
|
image: "gitea.nulo.in/sutty/sutty"
|
||||||
|
commands:
|
||||||
|
- "apk add dive"
|
||||||
|
- "dive gitea.nulo.in/sutty/CHANGEME:${ALPINE_VERSION}"
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- "3.18.4"
|
- "3.18.5"
|
||||||
- "3.17.5"
|
- "3.17.6"
|
||||||
- "3.16.7"
|
- "3.16.8"
|
||||||
- "3.15.10"
|
- "3.15.11"
|
||||||
|
|
Loading…
Reference in a new issue