mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 19:14:32 -05:00
Update Dockerfile for MSSQL image to 2019 (#2290)
This commit is contained in:
parent
b828faf30d
commit
add7b98231
@ -1,7 +1,9 @@
|
|||||||
FROM mcr.microsoft.com/mssql/server:2017-CU18-ubuntu-16.04
|
FROM mcr.microsoft.com/mssql/server:2019-CU17-ubuntu-20.04
|
||||||
|
|
||||||
LABEL com.bitwarden.product="bitwarden"
|
LABEL com.bitwarden.product="bitwarden"
|
||||||
|
|
||||||
|
USER root:root
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
gosu \
|
gosu \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user