mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00: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