Skip to content

Commit

Permalink
Bump v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greizgh committed Apr 12, 2020
1 parent 227486d commit de47482
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.patch
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Package: bitwarden-rs
Architecture: amd64
Maintainer: Greizgh <[email protected]>
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

0 comments on commit de47482

Please sign in to comment.