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:
@ -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
|
||||
|
Reference in New Issue
Block a user