Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-09-28 12:35:12 -03:00
commit c520446ec4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ pipeline:
matrix:
include:
- MAX_MEMORY: "500mb"
ALPINE_VERSION: "3.18.3"
ALPINE_VERSION: "3.18.4"
REDIS_VERSION: "7.0.12"
- MAX_MEMORY: "500mb"
ALPINE_VERSION: "3.17.5"

View file

@ -1,5 +1,5 @@
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=sutty/monit
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build
MAINTAINER "f <f@sutty.nl>"
ARG REDIS_VERSION=6.2.7