1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

version bump on docker

This commit is contained in:
Kyle Spearrin
2017-10-06 09:57:17 -04:00
parent 5f09b3e05d
commit 5db8649b44
3 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ param (
# Setup
[string]$tag = "1.12.0"
[string]$tag = "1.12.1"
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
if($dockerDir -eq "") {