Switch container to use SQL 2022 instead of SQL Edge

This commit is contained in:
Carl
2024-10-13 03:00:46 +01:00
committed by Matthew-Wise
parent 61277b3812
commit 589285d081

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azure-sql-edge:latest
FROM mcr.microsoft.com/mssql/server:2022-latest
ENV ACCEPT_EULA=Y