mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
[PM-5314] Upgrade MSSQL cumulative update (#3548)
* Upgrade MSSQL cumulative update * Go to 24
This commit is contained in:
parent
9a1519f131
commit
b20b8099a7
@ -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 /
|
||||
|
Loading…
Reference in New Issue
Block a user