Merge pull request 'chore(deps-major): Update mcr.microsoft.com/mssql/server Docker tag to v2025' (#2) from renovate/mcr.microsoft.com-mssql-server-2025.x into master
All checks were successful
Deploy / Prepare Build (push) Successful in 28s

Reviewed-on: #2
This commit is contained in:
2025-09-20 15:13:23 +10:00

View File

@ -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