Skip to content

Commit

Permalink
bump docker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Dec 5, 2017
1 parent e9f254a commit 53e83ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/bitwarden.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ if($output -eq "") {

$scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/core/master"
$coreVersion = "1.14.1"
$webVersion = "1.20.1"
$coreVersion = "1.15.1"
$webVersion = "1.21.0"

# Functions

Expand Down
4 changes: 2 additions & 2 deletions scripts/bitwarden.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ fi

SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/core/master"
COREVERSION="1.14.1"
WEBVERSION="1.20.1"
COREVERSION="1.15.1"
WEBVERSION="1.21.0"

# Functions

Expand Down

0 comments on commit 53e83ef

Please sign in to comment.