mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
[PM-5313] Upgrade to SQL Server 2022 (#3580)
* Upgrade to SQL Server 2022 * CU11
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/mssql/server:2019-CU24-ubuntu-20.04
|
||||
FROM mcr.microsoft.com/mssql/server:2022-CU11-ubuntu-22.04
|
||||
|
||||
LABEL com.bitwarden.product="bitwarden"
|
||||
|
||||
@@ -17,7 +17,6 @@ COPY entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh \
|
||||
&& chmod +x /backup-db.sh
|
||||
|
||||
# Does not work unfortunately (https://github.com/bitwarden/server/issues/286)
|
||||
RUN /opt/mssql/bin/mssql-conf set telemetry.customerfeedback false
|
||||
|
||||
HEALTHCHECK --start-period=120s --timeout=3s CMD /opt/mssql-tools/bin/sqlcmd \
|
||||
|
||||
Reference in New Issue
Block a user