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:
parent
b20b8099a7
commit
472b1f8d44
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user