Compare commits

..

No commits in common. "c1297480bc042f76d3244d4c21e08bb10d71e6e0" and "6b1d2fa765f47b7f894bda98aa0ddd48144bbeff" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ pipeline:
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.18.4"
- ALPINE_VERSION: "3.18.3"
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.18.3
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=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.18.3
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=sutty/monit
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
MAINTAINER "f <f@sutty.nl>"