chore: updated mssql version
All checks were successful
Deploy / Prepare Build (push) Successful in 8m26s
All checks were successful
Deploy / Prepare Build (push) Successful in 8m26s
This commit is contained in:
@ -9,10 +9,10 @@
|
||||
- "{{ data_folder }}/mssql/log"
|
||||
- "{{ data_folder }}/mssql/secrets"
|
||||
|
||||
- name: Create the msqql container
|
||||
- name: Create the mssql container
|
||||
docker_container:
|
||||
name: msqql
|
||||
image: mcr.microsoft.com/mssql/server:2025-latest@sha256:2c80e548ef65fb65a8ca23c3a74ed60e0964ea709f46d07c97ccaf7c437e2cc6
|
||||
name: mssql
|
||||
image: mcr.microsoft.com/mssql/server:2022-latest@sha256:b1395aa51b4ec39981883560f1379ea9eba2a1c0719bf8e6477902769316bb79
|
||||
restart_policy: unless-stopped
|
||||
recreate: true
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user