Skip to content

Commit

Permalink
Merge pull request #854 from liquibase/mssql_2019_fix
Browse files Browse the repository at this point in the history
using 2019-CU27-ubuntu-20.04 version of mssql instead of the latest
  • Loading branch information
PavloTytarchuk authored Aug 7, 2024
2 parents 5388270 + 7f8af0c commit 4ce85a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ services:

mssql-2019:
container_name: sql-server-db-2019
image: mcr.microsoft.com/mssql/server:2019-latest
image: mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04
ports:
- "1434:1433"
environment:
Expand Down

0 comments on commit 4ce85a4

Please sign in to comment.