We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c26549 + 0e3b488 commit f5fe8edCopy full SHA for f5fe8ed
data_safe_haven/infrastructure/programs/sre/software_repositories.py
@@ -189,7 +189,7 @@ def __init__(
189
],
190
),
191
containerinstance.ContainerArgs(
192
- image="sonatype/nexus3:3.77.1",
+ image="sonatype/nexus3:3.77.2",
193
name="nexus"[:63],
194
environment_variables=[],
195
ports=[],
@@ -208,7 +208,7 @@ def __init__(
208
209
210
211
- image="ghcr.io/alan-turing-institute/nexus-allowlist:v0.11.0",
+ image="ghcr.io/alan-turing-institute/nexus-allowlist:v0.12.0",
212
name="nexus-allowlist"[:63],
213
environment_variables=[
214
containerinstance.EnvironmentVariableArgs(
0 commit comments