Skip to content

Commit

Permalink
Bump v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greizgh committed Oct 13, 2019
1 parent fa5a6a2 commit 9b87666
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile.patch
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down Expand Up @@ -57,6 +57,7 @@
- openssl \
- ca-certificates \
- curl \
- sqlite3 \
- && rm -rf /var/lib/apt/lists/*
-
-RUN mkdir /data
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.10.0-1
Version: 1.11.0-1
Description: Unofficial Bitwarden compatible server written in Rust
Homepage: https://github.com/greizgh/bitwarden_rs-debian

0 comments on commit 9b87666

Please sign in to comment.