Skip to content

Commit

Permalink
Upd: Upgrade XOAUTH2 to 0.11
Browse files Browse the repository at this point in the history
Hopefully this should reduce issues like #101.
  • Loading branch information
bokysan committed Mar 28, 2022
1 parent 2717970 commit 0310983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0310983

Please sign in to comment.