Compare commits

...

3 commits

Author SHA1 Message Date
f
828f4bfd49
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
All checks were successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/3 Pipeline was successful
ci/woodpecker/push/woodpecker/4 Pipeline was successful
2024-06-19 10:18:33 -03:00
f
c0e6b8150b
refactor: use matrix so it's easier to merge downstream containers 2024-06-19 10:15:44 -03:00
f
f7da597784
feat: upgrade 2024-06-19 10:14:59 -03:00

View file

@ -20,15 +20,15 @@ steps:
event: "push" event: "push"
matrix: matrix:
include: include:
- MAX_MEMORY: "500mb" - ALPINE_VERSION: "3.20.1"
ALPINE_VERSION: "3.20.0" MAX_MEMORY: "500mb"
REDIS_VERSION: "7.2.5" REDIS_VERSION: "7.2.5"
- MAX_MEMORY: "500mb" - ALPINE_VERSION: "3.19.2"
ALPINE_VERSION: "3.19.1" MAX_MEMORY: "500mb"
REDIS_VERSION: "7.2.4" REDIS_VERSION: "7.2.4"
- MAX_MEMORY: "500mb" - ALPINE_VERSION: "3.18.7"
ALPINE_VERSION: "3.18.6" MAX_MEMORY: "500mb"
REDIS_VERSION: "7.0.15" REDIS_VERSION: "7.0.15"
- MAX_MEMORY: "500mb" - ALPINE_VERSION: "3.17.8"
ALPINE_VERSION: "3.17.7" MAX_MEMORY: "500mb"
REDIS_VERSION: "7.0.15" REDIS_VERSION: "7.0.15"