mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
change default of DEVCOT_COMMUNITY_REPO
to 1 (#2901)
This commit is contained in:
parent
89efafe00c
commit
1fd407b3d0
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue