mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
version bump on docker
This commit is contained in:
parent
5f09b3e05d
commit
5db8649b44
@ -2,32 +2,32 @@ version: '3'
|
||||
|
||||
services:
|
||||
mssql:
|
||||
image: bitwarden/mssql:1.12.0
|
||||
image: bitwarden/mssql:1.12.1
|
||||
container_name: mssql
|
||||
restart: always
|
||||
|
||||
web:
|
||||
image: bitwarden/web:1.12.0
|
||||
image: bitwarden/web:1.18.0
|
||||
container_name: web
|
||||
restart: always
|
||||
|
||||
attachments:
|
||||
image: bitwarden/attachments:1.12.0
|
||||
image: bitwarden/attachments:1.12.1
|
||||
container_name: attachments
|
||||
restart: always
|
||||
|
||||
api:
|
||||
image: bitwarden/api:1.12.0
|
||||
image: bitwarden/api:1.12.1
|
||||
container_name: api
|
||||
restart: always
|
||||
|
||||
identity:
|
||||
image: bitwarden/identity:1.12.0
|
||||
image: bitwarden/identity:1.12.1
|
||||
container_name: identity
|
||||
restart: always
|
||||
|
||||
nginx:
|
||||
image: bitwarden/nginx:1.12.0
|
||||
image: bitwarden/nginx:1.12.1
|
||||
container_name: nginx
|
||||
restart: always
|
||||
ports:
|
||||
|
@ -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 "") {
|
||||
|
Loading…
Reference in New Issue
Block a user