From dcb85546218148f22bda4b36b93346b44dcf38a5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 25 Mar 2019 20:44:55 -0400 Subject: [PATCH] bump docker versions --- scripts/bitwarden.ps1 | 4 ++-- scripts/bitwarden.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 004cf86be5..3bf6ed082c 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -20,8 +20,8 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.30.0" -$webVersion = "2.9.0" +$coreVersion = "1.30.1" +$webVersion = "2.10.0" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index bdad8ef5e3..4859a60314 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -37,8 +37,8 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.30.0" -WEBVERSION="2.9.0" +COREVERSION="1.30.1" +WEBVERSION="2.10.0" # Functions