Skip to content

Commit

Permalink
integration-test: pin mssql tag to 2022-CU13-ubuntu-22.04 instead of …
Browse files Browse the repository at this point in the history
…2022-latest
  • Loading branch information
avakarev committed Sep 22, 2024
1 parent a25e25d commit 0a0d848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ services:
retries: 10

sqlserver:
image: mcr.microsoft.com/mssql/server:2022-latest
# see https://hub.docker.com/r/microsoft/mssql-server
image: mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04
ports:
- 1433:1433
environment:
Expand Down

0 comments on commit 0a0d848

Please sign in to comment.