Skip to content

Commit

Permalink
feat: Update alpine to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 25, 2022
1 parent 651a82c commit ab71133
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion filter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jwilder/dockerize:0.6.1 AS dockerize
FROM alpine:3.15
FROM alpine:3.16

LABEL maintainer="jeff@ressourcenkonflikt.de"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion mda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jwilder/dockerize:0.6.1 AS dockerize
FROM alpine:3.15
FROM alpine:3.16

LABEL maintainer="jeff@ressourcenkonflikt.de"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion mta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jwilder/dockerize:0.6.1 AS dockerize
FROM alpine:3.15
FROM alpine:3.16

LABEL maintainer="jeff@ressourcenkonflikt.de"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion ssl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16

LABEL maintainer="jeff@ressourcenkonflikt.de"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
16 changes: 8 additions & 8 deletions test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jwilder/dockerize:0.6.1 AS dockerize
FROM alpine:3.15
FROM alpine:3.16

LABEL maintainer="jeff@ressourcenkonflikt.de"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand All @@ -26,13 +26,13 @@ RUN apk --no-cache add \
openssl \
perl \
perl-net-ssleay \
php7 \
php7-mbstring \
php7-iconv \
php7-imap \
php7-phar \
php7-iconv \
php7-openssl \
php8 \
php8-mbstring \
php8-iconv \
php8-imap \
php8-phar \
php8-iconv \
php8-openssl \
&& wget -q -O /usr/local/bin/swaks https://www.jetmore.org/john/code/swaks/files/swaks-20130209.0/swaks \
&& chmod +x /usr/local/bin/swaks \
&& wget -q -O /usr/local/bin/imap-tester https://github.com/jeboehm/imap-tester/releases/download/${IMAPTESTER_VER}/imap-tester.phar \
Expand Down
2 changes: 1 addition & 1 deletion virus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16

LABEL maintainer="jeff@ressourcenkonflikt.de"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion virus/contrib/unofficial-sigs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16

LABEL maintainer="jeff@ressourcenkonflikt.de"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down

0 comments on commit ab71133

Please sign in to comment.