1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

[PM-5313] Upgrade to SQL Server 2022 (#3580)

* Upgrade to SQL Server 2022

* CU11
This commit is contained in:
Matt Bishop 2024-02-02 09:35:00 -05:00 committed by GitHub
parent b20b8099a7
commit 472b1f8d44
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-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 \