From b20b8099a77e02d17d4e53379182015938cbdf61 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Fri, 2 Feb 2024 08:57:19 -0500 Subject: [PATCH] [PM-5314] Upgrade MSSQL cumulative update (#3548) * Upgrade MSSQL cumulative update * Go to 24 --- util/MsSql/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/MsSql/Dockerfile b/util/MsSql/Dockerfile index 330f78208..87092f2d9 100644 --- a/util/MsSql/Dockerfile +++ b/util/MsSql/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/mssql/server:2019-CU17-ubuntu-20.04 +FROM mcr.microsoft.com/mssql/server:2019-CU24-ubuntu-20.04 LABEL com.bitwarden.product="bitwarden" @@ -6,8 +6,8 @@ USER root:root RUN apt-get update \ && apt-get install -y --no-install-recommends \ - gosu \ - tzdata \ + gosu \ + tzdata \ && rm -rf /var/lib/apt/lists/* COPY backup-db.sql /