1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -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

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"
@ -6,8 +6,8 @@ USER root:root
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \
tzdata \
gosu \
tzdata \
&& rm -rf /var/lib/apt/lists/*
COPY backup-db.sql /