From 96e35bfc4725c8d9e2c4c902bd18c7e64aaa8a4e Mon Sep 17 00:00:00 2001 From: James Robinson Date: Tue, 28 Jan 2025 10:34:20 +0000 Subject: [PATCH] :arrow_up: Update Nexus to 3.76 to avoid potential issues with 3.71 --- .../infrastructure/programs/sre/software_repositories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_safe_haven/infrastructure/programs/sre/software_repositories.py b/data_safe_haven/infrastructure/programs/sre/software_repositories.py index be67c3e8af..65e501ec02 100644 --- a/data_safe_haven/infrastructure/programs/sre/software_repositories.py +++ b/data_safe_haven/infrastructure/programs/sre/software_repositories.py @@ -187,7 +187,7 @@ def __init__( ], ), containerinstance.ContainerArgs( - image="sonatype/nexus3:3.71.0", + image="sonatype/nexus3:3.76.0", name="nexus"[:63], environment_variables=[], ports=[],