1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-25 17:27:45 +01:00

update docker script

This commit is contained in:
Kyle Spearrin 2020-09-16 16:01:41 -04:00
parent a75077d703
commit 8e1a9b8b8d
2 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@ if ($output -eq "") {
$scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
$coreVersion = "1.37.0"
$webVersion = "2.16.0"
$coreVersion = "1.37.1"
$webVersion = "2.16.1"
# Functions

View File

@ -37,8 +37,8 @@ fi
SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
COREVERSION="1.37.0"
WEBVERSION="2.16.0"
COREVERSION="1.37.1"
WEBVERSION="2.16.1"
# Functions