Skip to content

Commit

Permalink
Update SQL Server docker to 2017-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Sep 18, 2024
1 parent 423a46f commit 6a6550a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public final class TestingSqlServer
.build();

private static final DockerImageName IMAGE_NAME = DockerImageName.parse("mcr.microsoft.com/mssql/server");
public static final String DEFAULT_VERSION = "2017-CU13";
public static final String DEFAULT_VERSION = "2017-latest";
public static final String LATEST_VERSION = "2019-CU13-ubuntu-20.04";

private final MSSQLServerContainer<?> container;
Expand Down

0 comments on commit 6a6550a

Please sign in to comment.