Compare commits

..

No commits in common. "b52598d1f741883e3073489f1b625bc2a955b1c0" and "78d8341ee7adbb52fc4e5f704def5a49aa5c2e13" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View file

@ -19,11 +19,11 @@ steps:
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.20.1"
- ALPINE_VERSION: "3.20.0"
POSTFIX_VERSION: "3.9.0"
- ALPINE_VERSION: "3.19.2"
- ALPINE_VERSION: "3.19.1"
POSTFIX_VERSION: "3.8.6"
- ALPINE_VERSION: "3.18.7"
- ALPINE_VERSION: "3.18.5"
POSTFIX_VERSION: "3.8.6"
- ALPINE_VERSION: "3.17.8"
- ALPINE_VERSION: "3.17.7"
POSTFIX_VERSION: "3.7.11"

View file

@ -2,7 +2,7 @@ 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
LABEL org.opencontainers.image.authors="f@sutty.nl"
MAINTAINER "f <f@sutty.nl>"
RUN apk add --no-cache postfix~${POSTFIX_VERSION} ca-certificates
RUN install -dm 2750 -o root -g root /etc/ssl/private
@ -77,7 +77,7 @@ RUN postconf -e smtpd_forbid_bare_newline_exclusions='$mynetworks'
ARG ALPINE_VERSION=3.18.3
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
LABEL org.opencontainers.image.authors="f@sutty.nl"
MAINTAINER "f <f@sutty.nl>"
RUN apk add --no-cache postfix ca-certificates
RUN install -dm 2750 -o root -g root /etc/ssl/private