diff --git a/Dockerfile.patch b/Dockerfile.patch index 618aa49..1d0f362 100644 --- a/Dockerfile.patch +++ b/Dockerfile.patch @@ -1,6 +1,6 @@ --- ./git/docker/amd64/sqlite/Dockerfile 2019-09-21 12:58:55.693071151 +0200 +++ Dockerfile 2019-09-21 12:59:48.602484797 +0200 -@@ -38,65 +38,58 @@ +@@ -38,66 +38,58 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ libmariadb-dev \ @@ -57,6 +57,7 @@ - openssl \ - ca-certificates \ - curl \ +- sqlite3 \ - && rm -rf /var/lib/apt/lists/* - -RUN mkdir /data diff --git a/build.sh b/build.sh index 5ee9b45..f828cca 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ set -e DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" SRC="$DIR/git" DST="$DIR/dist" -if [ -z "$1" ]; then REF="1.10.0"; else REF="$1"; fi +if [ -z "$1" ]; then REF="1.11.0"; else REF="$1"; fi # Clone bitwarden_rs if [ ! -d "$SRC" ]; then diff --git a/debian/control b/debian/control index b8fc9cb..9f5fbe5 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,6 @@ Package: bitwarden-rs Architecture: amd64 Maintainer: Greizgh Priority: optional -Version: 1.10.0-1 +Version: 1.11.0-1 Description: Unofficial Bitwarden compatible server written in Rust Homepage: https://github.com/greizgh/bitwarden_rs-debian