From a29073428f618485b27cc4fa13c5720374de40a9 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 2 Dec 2020 18:04:29 -0500 Subject: [PATCH] bump docker version for web vault --- scripts/bitwarden.ps1 | 2 +- scripts/bitwarden.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 66c475a3ed..bed306476b 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -25,7 +25,7 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" $coreVersion = "1.38.1" -$webVersion = "2.17.0" +$webVersion = "2.17.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index fd6ca7c28a..db81a15e5e 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -38,7 +38,7 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" COREVERSION="1.38.1" -WEBVERSION="2.17.0" +WEBVERSION="2.17.1" # Functions