Skip to content

Commit

Permalink
Update docker image version in SQLServerJobRepositoryIntegrationTests
Browse files Browse the repository at this point in the history
(cherry picked from commit 11ee2fe)
  • Loading branch information
fmbenhassine committed Dec 20, 2024
1 parent 3cfabdb commit 1cbd385
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 the original author or authors.
* Copyright 2020-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -58,7 +58,7 @@ class SQLServerJobRepositoryIntegrationTests {

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

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

0 comments on commit 1cbd385

Please sign in to comment.