diff --git a/tasks/mssql.yml b/tasks/mssql.yml index 03b84e4..2a1900a 100644 --- a/tasks/mssql.yml +++ b/tasks/mssql.yml @@ -12,7 +12,7 @@ - name: Create the mssql container docker_container: name: mssql - image: mcr.microsoft.com/mssql/server:2022-latest@sha256:b1395aa51b4ec39981883560f1379ea9eba2a1c0719bf8e6477902769316bb79 + image: mcr.microsoft.com/mssql/server:2025-latest@sha256:2c80e548ef65fb65a8ca23c3a74ed60e0964ea709f46d07c97ccaf7c437e2cc6 user: root restart_policy: unless-stopped recreate: true