Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.sqlsrv.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
sqlsrv:
build: docker/sqlsrv
build: docker/sqlsrv2022
ports:
- ${EXMENT_DOCKER_SQLSRV_PORT-1433}:1433
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker/sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/mssql/server:2019-CU16-ubuntu-20.04
FROM mcr.microsoft.com/mssql/server:2019-CU18-ubuntu-20.04

USER root
SHELL ["/bin/bash", "-c"]
Expand Down
7 changes: 7 additions & 0 deletions docker/sqlsrv2022/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM mcr.microsoft.com/mssql/server:2022-CU10-ubuntu-22.04

USER root
SHELL ["/bin/bash", "-c"]

EXPOSE 1433
USER mssql