Bump alpine to 3.18 and postfix to 3.8.2

This commit is contained in:
Daniel Carrillo 2023-09-10 12:27:32 +02:00
parent 39cca57fd2
commit 8cc0568ab8
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
5 changed files with 5 additions and 36 deletions

View File

@ -1,30 +0,0 @@
name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@7ab42e888a333bf77ce865bc84fedc6a365a3548"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_RETRIES: 30
MERGE_RETRY_SLEEP: 10000
MERGE_METHOD: merge

View File

@ -9,8 +9,6 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v1
@ -28,8 +26,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs:
- tests
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v1

View File

@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.18
ARG ARG_POSTFIX_VERSION

View File

@ -6,7 +6,7 @@ Simple postfix host intended for container clusters like swarm, Kubernetes, k3s,
This image allows you to run a postfix server (**plain SMTP only**) internally inside your docker cluster installation to centralise outgoing email sending.
This image is not for a production environment since there is no way to configure TLS, authentication, relay, etc.
This image is not suitable for a production environment since there is no way to configure TLS, authentication, relay, etc."
## How to run

View File

@ -1,2 +1,2 @@
POSTFIX_VERSION=3.6.3-r0
POSTFIX_VERSION=3.8.2-r0
DOCKER_IMAGE=dcarrillo/postfix