1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05: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

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"