Downgrade bitwarden cli due to segfault on newer versions

This commit is contained in:
2023-10-02 20:38:15 +02:00
parent 70546b7484
commit 41a085c475
2 changed files with 5 additions and 11 deletions

View File

@ -8,7 +8,7 @@ ARG PYTHON_VERSION=3.11.5-r0
ARG PIP_VERSION=23.1.2-r0
ARG GCOMPAT_VERSION=1.1.0-r1
ARG LIBCRYPTO_VERSION=3.1.2-r0
ARG BW_VERSION=2023.7.0
ARG BW_VERSION=2023.1.0
COPY requirements.txt /requirements.txt