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-10-02 15:06:16 -03:00
commit c1297480bc
No known key found for this signature in database
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>"