1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

change default of DEVCOT_COMMUNITY_REPO to 1 (#2901)

This commit is contained in:
Georg Lauterbach
2023-01-02 13:25:14 +01:00
committed by GitHub
parent 89efafe00c
commit 1fd407b3d0

View File

@@ -10,7 +10,7 @@
FROM docker.io/debian:11-slim AS stage-base
ARG DEBIAN_FRONTEND=noninteractive
ARG DOVECOT_COMMUNITY_REPO=0
ARG DOVECOT_COMMUNITY_REPO=1
ARG LOG_LEVEL=trace
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]