mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-08 15:34:46 +08:00
Update: Upgrade OAuth library to v0.10
This commit is contained in:
parent
a956398b37
commit
b85c1ea429
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ ARG ALPINE_VERSION=latest
|
|||
FROM alpine:${ALPINE_VERSION} as build
|
||||
|
||||
ARG SASL_XOAUTH2_REPO_URL=https://github.com/tarickb/sasl-xoauth2.git
|
||||
ARG SASL_XOAUTH2_GIT_REF=release-0.9
|
||||
ARG SASL_XOAUTH2_GIT_REF=release-0.10
|
||||
|
||||
RUN true && \
|
||||
apk add --no-cache --upgrade git && \
|
||||
|
|
Loading…
Add table
Reference in a new issue