From 60973e3051d7b6ba631ad5dcd6d992dc0ab6d720 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 16 Nov 2020 22:44:34 -0500 Subject: [PATCH] docker version bump and update setup-msbuild --- .github/workflows/build.yml | 2 +- scripts/bitwarden.ps1 | 4 ++-- scripts/bitwarden.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee2916f26..a037abf2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -170,7 +170,7 @@ jobs: nuget-version: 'latest' - name: Set up MSBuild - uses: microsoft/setup-msbuild@v1.0.0 + uses: microsoft/setup-msbuild@v1 - name: Set up Node uses: actions/setup-node@v1 diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index c64518109..f7c794dc6 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -24,8 +24,8 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.37.2" -$webVersion = "2.16.2" +$coreVersion = "1.38.0" +$webVersion = "2.17.0" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index fa7e6a656..d3ad82c79 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.37.2" -WEBVERSION="2.16.2" +COREVERSION="1.38.0" +WEBVERSION="2.17.0" # Functions