Skip to content

Commit 1859973

Browse files
committed
Updated MSSQL 2022->2025 in docker compose
1 parent e0ab7a6 commit 1859973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22

33
sql-server-db:
44
container_name: sql-server-db
5-
image: mcr.microsoft.com/mssql/server:2022-latest
5+
image: mcr.microsoft.com/mssql/server:2025-latest
66
ports:
77
- "1433:1433"
88
environment:

0 commit comments

Comments
 (0)