1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-07 10:55:43 -05:00

update docker assets

This commit is contained in:
Kyle Spearrin
2017-10-28 20:51:17 -04:00
parent 727dca3855
commit 1e60c1d545
5 changed files with 15 additions and 10 deletions

View File

@ -2,7 +2,7 @@ param (
[string]$outputDir = "../."
)
[string]$tag = "1.12.1"
[string]$tag = "1.13.1"
if(!(Test-Path -Path $outputDir )){
New-Item -ItemType directory -Path $outputDir | Out-Null