Browse Source

Update Dockerfile for MSSQL image to 2019 (#2290)

pull/2294/head
Vince Grassia 3 years ago committed by GitHub
parent
commit
add7b98231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      util/MsSql/Dockerfile

4
util/MsSql/Dockerfile

@ -1,7 +1,9 @@ @@ -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"
USER root:root
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \

Loading…
Cancel
Save