Compare commits

..

2 commits

Author SHA1 Message Date
f
9726b60023
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
Some checks failed
ci/woodpecker/push/woodpecker/1 Pipeline failed
ci/woodpecker/push/woodpecker/2 Pipeline failed
ci/woodpecker/push/woodpecker/3 Pipeline failed
ci/woodpecker/push/woodpecker/4 Pipeline failed
2024-09-14 17:28:29 -03:00
f
fc1a12e592
fix: upgrade alpines 2024-09-14 17:25:35 -03:00

View file

@ -20,15 +20,15 @@ steps:
event: "push" event: "push"
matrix: matrix:
include: include:
- ALPINE_VERSION: "3.20.2" - ALPINE_VERSION: "3.20.3"
MAX_MEMORY: "500mb" MAX_MEMORY: "500mb"
REDIS_VERSION: "7.2.5" REDIS_VERSION: "7.2.5"
- ALPINE_VERSION: "3.19.3" - ALPINE_VERSION: "3.19.4"
MAX_MEMORY: "500mb" MAX_MEMORY: "500mb"
REDIS_VERSION: "7.2.4" REDIS_VERSION: "7.2.4"
- ALPINE_VERSION: "3.18.8" - ALPINE_VERSION: "3.18.9"
MAX_MEMORY: "500mb" MAX_MEMORY: "500mb"
REDIS_VERSION: "7.0.15" REDIS_VERSION: "7.0.15"
- ALPINE_VERSION: "3.17.9" - ALPINE_VERSION: "3.17.10"
MAX_MEMORY: "500mb" MAX_MEMORY: "500mb"
REDIS_VERSION: "7.0.15" REDIS_VERSION: "7.0.15"