Skip to content

Commit 7e1883e

Browse files
authored
Bump sql server docker image (#2071)
1 parent b769496 commit 7e1883e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/smoke/testApps/Jdbc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("ai.smoke-test-war")
33
}
44

5-
aiSmokeTest.dependencyContainers.addAll("mysql:5", "postgres:11", "mcr.microsoft.com/mssql/server:2017-latest")
5+
aiSmokeTest.dependencyContainers.addAll("mysql:5", "postgres:11", "mcr.microsoft.com/mssql/server:2019-latest")
66

77
dependencies {
88
implementation("org.hsqldb:hsqldb:2.3.6") // 2.4.0+ requires Java 8+

test/smoke/testApps/Jdbc/src/smokeTest/java/com/microsoft/applicationinsights/smoketestapp/JdbcTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
environmentVariables = {"POSTGRES_PASSWORD=passw0rd2"},
4646
hostnameEnvironmentVariable = "POSTGRES"),
4747
@DependencyContainer(
48-
value = "mcr.microsoft.com/mssql/server:2017-latest",
48+
value = "mcr.microsoft.com/mssql/server:2019-latest",
4949
environmentVariables = {"ACCEPT_EULA=Y", "SA_PASSWORD=Password1"},
5050
portMapping = "1433",
5151
hostnameEnvironmentVariable = "SQLSERVER")

0 commit comments

Comments
 (0)