Compare commits

...

3 commits

Author SHA1 Message Date
f c1297480bc
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-02 15:06:16 -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 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ pipeline:
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.18.3"
- ALPINE_VERSION: "3.18.4"
POSTFIX_VERSION: "3.8.1"
- ALPINE_VERSION: "3.17.5"
POSTFIX_VERSION: "3.7.6"

View file

@ -1,5 +1,5 @@
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=sutty/monit
ARG ALPINE_VERSION=3.18.3
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build
ARG POSTFIX_VERSION=3.6.6
MAINTAINER "f <f@sutty.nl>"
@ -72,8 +72,8 @@ RUN postconf -e sender_canonical_classes=envelope_sender
RUN postconf -e recipient_canonical_classes=envelope_recipient,header_recipient
RUN postconf -e smtpd_client_connection_rate_limit=10
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=sutty/monit
ARG ALPINE_VERSION=3.18.3
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
MAINTAINER "f <f@sutty.nl>"