This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b0320b33e6e Upgrade redis container in test to 7.4.0
b0320b33e6e is described below

commit b0320b33e6e33a752e672b718284b9b35f964a1a
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu Sep 12 10:58:13 2024 +0200

    Upgrade redis container in test to 7.4.0
    
    and also use the alpine version which is lighter and enough for our test
    case
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .../org/apache/camel/test/infra/redis/services/container.properties     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-redis/src/test/resources/org/apache/camel/test/infra/redis/services/container.properties
 
b/test-infra/camel-test-infra-redis/src/test/resources/org/apache/camel/test/infra/redis/services/container.properties
index 1209c6ec61b..eb5e2d3ea0f 100644
--- 
a/test-infra/camel-test-infra-redis/src/test/resources/org/apache/camel/test/infra/redis/services/container.properties
+++ 
b/test-infra/camel-test-infra-redis/src/test/resources/org/apache/camel/test/infra/redis/services/container.properties
@@ -14,4 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-redis.container=redis:6.2.14
\ No newline at end of file
+redis.container=redis:7.4.0-alpine

Reply via email to