Skip to content

Commit 11ee2fe

Browse files
committed
Update docker image version in SQLServerJobRepositoryIntegrationTests
1 parent 53e33c0 commit 11ee2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-core/src/test/java/org/springframework/batch/core/test/repository/SQLServerJobRepositoryIntegrationTests.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2023 the original author or authors.
2+
* Copyright 2020-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -58,7 +58,7 @@ class SQLServerJobRepositoryIntegrationTests {
5858

5959
// TODO find the best way to externalize and manage image versions
6060
private static final DockerImageName SQLSERVER_IMAGE = DockerImageName
61-
.parse("mcr.microsoft.com/mssql/server:2019-CU11-ubuntu-20.04");
61+
.parse("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04");
6262

6363
@Container
6464
public static MSSQLServerContainer<?> sqlserver = new MSSQLServerContainer<>(SQLSERVER_IMAGE).acceptLicense();

0 commit comments

Comments
 (0)