File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
data_safe_haven/infrastructure/stacks/sre Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ def __init__(
204
204
container_group_name = f"{ stack_name } -container-group-dns" ,
205
205
containers = [
206
206
containerinstance .ContainerArgs (
207
- image = "adguard/adguardhome:v0.107.36 " ,
207
+ image = "adguard/adguardhome:v0.107.48 " ,
208
208
name = "adguard" ,
209
209
# Providing "command" overwrites the CMD arguments in the Docker
210
210
# image, so we can either provide them here or set defaults in our
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ def __init__(
192
192
container_group_name = f"{ stack_name } -container-group-gitea" ,
193
193
containers = [
194
194
containerinstance .ContainerArgs (
195
- image = "caddy:2.7.4 " ,
195
+ image = "caddy:2.7.6 " ,
196
196
name = "caddy" [:63 ],
197
197
ports = [
198
198
containerinstance .ContainerPortArgs (
@@ -215,7 +215,7 @@ def __init__(
215
215
],
216
216
),
217
217
containerinstance .ContainerArgs (
218
- image = "gitea/gitea:1.20.3 " ,
218
+ image = "gitea/gitea:1.21.11 " ,
219
219
name = "gitea" [:63 ],
220
220
command = ["/app/custom/entrypoint.sh" ],
221
221
environment_variables = [
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def __init__(
140
140
container_group_name = f"{ stack_name } -container-group-hedgedoc" ,
141
141
containers = [
142
142
containerinstance .ContainerArgs (
143
- image = "caddy:2.7.4 " ,
143
+ image = "caddy:2.7.6 " ,
144
144
name = "caddy" [:63 ],
145
145
ports = [
146
146
containerinstance .ContainerPortArgs (
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ def __init__(
154
154
volume_mounts = [],
155
155
),
156
156
containerinstance .ContainerArgs (
157
- image = "redis:7.2" ,
157
+ image = "redis:7.2.4 " ,
158
158
name = "redis" ,
159
159
environment_variables = [],
160
160
ports = [
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def __init__(
191
191
container_group_name = f"{ stack_name } -container-group-remote-desktop" ,
192
192
containers = [
193
193
containerinstance .ContainerArgs (
194
- image = "caddy:2.7.4 " ,
194
+ image = "caddy:2.7.6 " ,
195
195
name = "caddy" [:63 ],
196
196
ports = [
197
197
containerinstance .ContainerPortArgs (
@@ -216,7 +216,7 @@ def __init__(
216
216
# Note that the environment variables are not all documented.
217
217
# More information at https://github.com/apache/guacamole-client/blob/master/guacamole-docker/bin/start.sh
218
218
containerinstance .ContainerArgs (
219
- image = "guacamole/guacamole:1.5.3 " ,
219
+ image = "guacamole/guacamole:1.5.5 " ,
220
220
name = "guacamole" [:63 ],
221
221
environment_variables = [
222
222
containerinstance .EnvironmentVariableArgs (
@@ -292,7 +292,7 @@ def __init__(
292
292
),
293
293
),
294
294
containerinstance .ContainerArgs (
295
- image = "guacamole/guacd:1.5.3 " ,
295
+ image = "guacamole/guacd:1.5.5 " ,
296
296
name = "guacd" [:63 ],
297
297
environment_variables = [
298
298
containerinstance .EnvironmentVariableArgs (
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def __init__(
160
160
container_group_name = f"{ stack_name } -container-group-software-repositories" ,
161
161
containers = [
162
162
containerinstance .ContainerArgs (
163
- image = "caddy:2.7.4 " ,
163
+ image = "caddy:2.7.6 " ,
164
164
name = "caddy" [:63 ],
165
165
ports = [
166
166
containerinstance .ContainerPortArgs (
@@ -183,7 +183,7 @@ def __init__(
183
183
],
184
184
),
185
185
containerinstance .ContainerArgs (
186
- image = "sonatype/nexus3:3.59.0 " ,
186
+ image = "sonatype/nexus3:3.67.1 " ,
187
187
name = "nexus" [:63 ],
188
188
environment_variables = [],
189
189
ports = [],
@@ -202,7 +202,7 @@ def __init__(
202
202
],
203
203
),
204
204
containerinstance .ContainerArgs (
205
- image = "ghcr.io/alan-turing-institute/nexus-allowlist:v0.8 .0" ,
205
+ image = "ghcr.io/alan-turing-institute/nexus-allowlist:v0.9 .0" ,
206
206
name = "nexus-allowlist" [:63 ],
207
207
environment_variables = [
208
208
containerinstance .EnvironmentVariableArgs (
You can’t perform that action at this time.
0 commit comments