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 tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
# - mssql-oldest-backup:/var/opt/mssql/backup:rw

mssql-no-ext:
image: mcr.microsoft.com/mssql/server:2022-latest
image: mcr.microsoft.com/mssql/server:2025-latest
restart: always
container_name: "mssql-noext"
environment:
Expand Down
2 changes: 1 addition & 1 deletion tests/perf-testing/latest_supported/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/mssql/server:2022-latest
FROM mcr.microsoft.com/mssql/server:2025-latest

# Switch to root to create directories and set permissions
USER root
Expand Down
2 changes: 1 addition & 1 deletion tests/perf-testing/oldest_supported/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/mssql/server:2017-latest
FROM mcr.microsoft.com/mssql/server:2025-latest

USER root

Expand Down
Loading