1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Update mssql to CU12 to support linux kernel 6.7.x (#3904)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith 2024-03-15 20:02:31 +01:00 committed by GitHub
parent 63d5f5604c
commit 2b440ed840
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:2022-CU11-ubuntu-22.04
FROM mcr.microsoft.com/mssql/server:2022-CU12-ubuntu-22.04
LABEL com.bitwarden.product="bitwarden"