Compare commits
3 commits
6b1d2fa765
...
c1297480bc
Author | SHA1 | Date | |
---|---|---|---|
|
c1297480bc | ||
|
5085c7e8df | ||
|
1233c89aff |
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue