[Alpine] Upgrade to 3.14

master
andryyy 2021-08-30 21:01:09 +02:00
parent 58da154bfc
commit 482000063f
7 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.13 FROM alpine:3.14
LABEL maintainer "Andre Peters <andre.peters@servercow.de>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

View File

@ -1,4 +1,4 @@
FROM alpine:3.13 FROM alpine:3.14
LABEL maintainer "Andre Peters <andre.peters@servercow.de>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

View File

@ -1,4 +1,4 @@
FROM alpine:3.13 FROM alpine:3.14
LABEL maintainer "Andre Peters <andre.peters@servercow.de>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ENV XTABLES_LIBDIR /usr/lib/xtables ENV XTABLES_LIBDIR /usr/lib/xtables

View File

@ -1,4 +1,4 @@
FROM alpine:3.13 FROM alpine:3.14
LABEL maintainer "Andre Peters <andre.peters@servercow.de>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
WORKDIR /app WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM alpine:3.13 FROM alpine:3.14
LABEL maintainer "Andre Peters <andre.peters@servercow.de>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

View File

@ -1,4 +1,4 @@
FROM alpine:3.11 FROM alpine:3.14
LABEL maintainer "André Peters <andre.peters@servercow.de>" LABEL maintainer "André Peters <andre.peters@servercow.de>"
# Installation # Installation

View File

@ -2,7 +2,7 @@ version: '2.1'
services: services:
unbound-mailcow: unbound-mailcow:
image: mailcow/unbound:1.13 image: mailcow/unbound:1.14
environment: environment:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes:
@ -383,7 +383,7 @@ services:
acme-mailcow: acme-mailcow:
depends_on: depends_on:
- nginx-mailcow - nginx-mailcow
image: mailcow/acme:1.79 image: mailcow/acme:1.80
dns: dns:
- ${IPV4_NETWORK:-172.22.1}.254 - ${IPV4_NETWORK:-172.22.1}.254
environment: environment:
@ -419,7 +419,7 @@ services:
- acme - acme
netfilter-mailcow: netfilter-mailcow:
image: mailcow/netfilter:1.43 image: mailcow/netfilter:1.44
stop_grace_period: 30s stop_grace_period: 30s
depends_on: depends_on:
- dovecot-mailcow - dovecot-mailcow
@ -442,7 +442,7 @@ services:
- /lib/modules:/lib/modules:ro - /lib/modules:/lib/modules:ro
watchdog-mailcow: watchdog-mailcow:
image: mailcow/watchdog:1.92 image: mailcow/watchdog:1.93
# Debug # Debug
#command: /watchdog.sh #command: /watchdog.sh
dns: dns:
@ -505,7 +505,7 @@ services:
- watchdog - watchdog
dockerapi-mailcow: dockerapi-mailcow:
image: mailcow/dockerapi:1.38 image: mailcow/dockerapi:1.39
security_opt: security_opt:
- label=disable - label=disable
restart: always restart: always
@ -539,7 +539,7 @@ services:
- solr - solr
olefy-mailcow: olefy-mailcow:
image: mailcow/olefy:1.7 image: mailcow/olefy:1.8
restart: always restart: always
environment: environment:
- TZ=${TZ} - TZ=${TZ}