Upd: Upgrade XOAUTH2 to 0.11

Hopefully this should reduce issues like #101.
This commit is contained in:
Bojan Čekrlić 2022-03-28 20:25:52 +02:00
parent 2717970c72
commit 0310983060

View file

@ -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 \