mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
change default of DEVCOT_COMMUNITY_REPO
to 1 (#2901)
This commit is contained in:
parent
89efafe00c
commit
1fd407b3d0
|
@ -10,7 +10,7 @@
|
||||||
FROM docker.io/debian:11-slim AS stage-base
|
FROM docker.io/debian:11-slim AS stage-base
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG DOVECOT_COMMUNITY_REPO=0
|
ARG DOVECOT_COMMUNITY_REPO=1
|
||||||
ARG LOG_LEVEL=trace
|
ARG LOG_LEVEL=trace
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
|
||||||
|
|
Loading…
Reference in a new issue