mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
version bump on docker
This commit is contained in:
@ -2,7 +2,7 @@ param (
|
||||
[string]$outputDir = "../."
|
||||
)
|
||||
|
||||
[string]$tag = "1.12.0"
|
||||
[string]$tag = "1.12.1"
|
||||
|
||||
if(!(Test-Path -Path $outputDir )){
|
||||
New-Item -ItemType directory -Path $outputDir | Out-Null
|
||||
|
@ -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 "") {
|
||||
|
Reference in New Issue
Block a user