From de47482b8d57f3066ac26c7ca6b57d2038c7422a Mon Sep 17 00:00:00 2001 From: Greizgh Date: Sun, 12 Apr 2020 13:37:54 +0200 Subject: [PATCH] Bump v1.14.2 --- Dockerfile.patch | 8 ++++---- build.sh | 2 +- debian/control | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.patch b/Dockerfile.patch index 7a77c44..94f7fdf 100644 --- a/Dockerfile.patch +++ b/Dockerfile.patch @@ -1,5 +1,5 @@ ---- ./git/docker/amd64/sqlite/Dockerfile 2019-12-01 09:42:19.862352658 -0700 -+++ Dockerfile 2019-12-01 09:46:27.471287518 -0700 +--- git/docker/amd64/sqlite/Dockerfile 2020-04-12 11:54:15.669082441 +0200 ++++ Dockerfile 2020-04-12 13:30:04.212887482 +0200 @@ -36,9 +36,9 @@ WORKDIR /app @@ -58,9 +58,9 @@ -COPY --from=vault /web-vault ./web-vault -COPY --from=build app/target/release/bitwarden_rs . - --COPY docker/healthcheck.sh ./healthcheck.sh +-COPY docker/healthcheck.sh /healthcheck.sh - --HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1 +-HEALTHCHECK --interval=60s --timeout=10s CMD ["/healthcheck.sh"] +COPY debian/control /bitwarden_package/DEBIAN/control +COPY debian/postinst /bitwarden_package/DEBIAN/postinst +COPY debian/conffiles /bitwarden_package/DEBIAN/conffiles diff --git a/build.sh b/build.sh index 7ea79b7..d0aee29 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ while getopts ":r:o:" opt; do ;; esac done -if [ -z "$REF" ]; then REF="1.14.1"; fi +if [ -z "$REF" ]; then REF="1.14.2"; fi if [ -z "$OS_VERSION_NAME" ]; then OS_VERSION_NAME='buster'; fi # Clone bitwarden_rs diff --git a/debian/control b/debian/control index eb68b32..4afd36d 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,6 @@ Package: bitwarden-rs Architecture: amd64 Maintainer: Greizgh Priority: optional -Version: 1.14.1-1 +Version: 1.14.2-1 Description: Unofficial Bitwarden compatible server written in Rust Homepage: https://github.com/greizgh/bitwarden_rs-debian