Browse Source

bump docker version for web vault

pull/1023/head
Kyle Spearrin 5 years ago
parent
commit
a29073428f
  1. 2
      scripts/bitwarden.ps1
  2. 2
      scripts/bitwarden.sh

2
scripts/bitwarden.ps1

@ -25,7 +25,7 @@ if ($output -eq "") { @@ -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

2
scripts/bitwarden.sh

@ -38,7 +38,7 @@ fi @@ -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

Loading…
Cancel
Save