update twofactor_u2f to 5.0.2
This commit is contained in:
parent
e1311db43b
commit
bbabff2e0d
@ -14,8 +14,8 @@ RUN echo "$TFA_SHA256_SUM twofactor_totp.tar.gz" | sha256sum -c - || exit 1
|
|||||||
RUN mkdir /var/lib/nextcloud/apps/twofactor_totp
|
RUN mkdir /var/lib/nextcloud/apps/twofactor_totp
|
||||||
RUN tar xzf twofactor_totp.tar.gz -C /var/lib/nextcloud/apps/twofactor_totp --strip 1
|
RUN tar xzf twofactor_totp.tar.gz -C /var/lib/nextcloud/apps/twofactor_totp --strip 1
|
||||||
|
|
||||||
ENV U2F_VERSION=v4.0.0
|
ENV U2F_VERSION=v5.0.2
|
||||||
ENV U2F_SHA256_SUM=07d80b3a4aad7f3191af0714482b02fea218165e44ddc3952d88a0c7a67305b6
|
ENV U2F_SHA256_SUM=064739e29140d8f7197bbc0cf46090218e84e97bc9c15b4a4716ae27d8d76bdc
|
||||||
RUN wget https://github.com/nextcloud/twofactor_u2f/releases/download/$U2F_VERSION/twofactor_u2f.tar.gz
|
RUN wget https://github.com/nextcloud/twofactor_u2f/releases/download/$U2F_VERSION/twofactor_u2f.tar.gz
|
||||||
RUN echo "$U2F_SHA256_SUM twofactor_u2f.tar.gz" | sha256sum -c - || exit 1
|
RUN echo "$U2F_SHA256_SUM twofactor_u2f.tar.gz" | sha256sum -c - || exit 1
|
||||||
RUN mkdir /var/lib/nextcloud/apps/twofactor_u2f
|
RUN mkdir /var/lib/nextcloud/apps/twofactor_u2f
|
||||||
|
Loading…
Reference in New Issue
Block a user