1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

Updated to SQL CU12 and to use new Microsoft servers for docker image. (#384)

This commit is contained in:
SoulSeekkor 2018-10-25 15:19:30 -05:00 committed by Kyle Spearrin
parent 826f439618
commit 8bd6d830e6

View File

@ -1,4 +1,4 @@
FROM microsoft/mssql-server-linux:2017-CU11
FROM mcr.microsoft.com/mssql/server:2017-CU12
LABEL com.bitwarden.product="bitwarden"