chore: fix mssql image tag
All checks were successful
Deploy / Prepare Build (push) Successful in 5m9s

This commit is contained in:
2025-09-20 10:50:56 +10:00
parent c249afdf8b
commit 2f5eea224d

View File

@ -9,7 +9,7 @@
- name: Create the msqql container
docker_container:
name: msqql
image: docker pull mcr.microsoft.com/mssql/server:2025-latest@sha256:2c80e548ef65fb65a8ca23c3a74ed60e0964ea709f46d07c97ccaf7c437e2cc6
image: mcr.microsoft.com/mssql/server:2025-latest@sha256:2c80e548ef65fb65a8ca23c3a74ed60e0964ea709f46d07c97ccaf7c437e2cc6
restart_policy: unless-stopped
recreate: true
ports: