1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 05:28:15 -05:00

[PM-5314] Upgrade MSSQL cumulative update (#3548)

* Upgrade MSSQL cumulative update

* Go to 24
This commit is contained in:
Matt Bishop 2024-02-02 08:57:19 -05:00 committed by GitHub
parent 9a1519f131
commit b20b8099a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/mssql/server:2019-CU17-ubuntu-20.04 FROM mcr.microsoft.com/mssql/server:2019-CU24-ubuntu-20.04
LABEL com.bitwarden.product="bitwarden" LABEL com.bitwarden.product="bitwarden"
@ -6,8 +6,8 @@ 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 \
tzdata \ tzdata \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY backup-db.sql / COPY backup-db.sql /