Browse Source

bump docker version

pull/670/head
Kyle Spearrin 6 years ago
parent
commit
287054c6e7
  1. 4
      scripts/bitwarden.ps1
  2. 4
      scripts/bitwarden.sh

4
scripts/bitwarden.ps1

@ -23,8 +23,8 @@ if ($output -eq "") { @@ -23,8 +23,8 @@ if ($output -eq "") {
$scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
$coreVersion = "1.32.0"
$webVersion = "2.12.0"
$coreVersion = "1.33.0"
$webVersion = "2.13.1"
# Functions

4
scripts/bitwarden.sh

@ -37,8 +37,8 @@ fi @@ -37,8 +37,8 @@ fi
SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
COREVERSION="1.32.0"
WEBVERSION="2.12.0"
COREVERSION="1.33.0"
WEBVERSION="2.13.1"
# Functions

Loading…
Cancel
Save