Compare commits

..

3 commits

Author SHA1 Message Date
f
c520446ec4
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-28 12:35:12 -03:00
f
5085c7e8df
feat: alpine 3.18.4 2023-09-28 12:24:44 -03:00
f
1233c89aff fix: use proper namespaces 2023-08-24 11:50:53 -03:00
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