mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-07 15:04:56 +08:00
Upd: Upgrade XOAUTH2 to 0.11
Hopefully this should reduce issues like #101.
This commit is contained in:
parent
2717970c72
commit
0310983060
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ RUN true && \
|
|||
# ============================ BUILD SASL XOAUTH2 ============================
|
||||
|
||||
ARG SASL_XOAUTH2_REPO_URL=https://github.com/tarickb/sasl-xoauth2.git
|
||||
ARG SASL_XOAUTH2_GIT_REF=release-0.10
|
||||
ARG SASL_XOAUTH2_GIT_REF=release-0.11
|
||||
|
||||
RUN true && \
|
||||
if [ -f /etc/alpine-release ]; then \
|
||||
|
|
Loading…
Add table
Reference in a new issue