Skip to content

Commit

Permalink
Merge pull request #2376 from alan-turing-institute/update-docker-images
Browse files Browse the repository at this point in the history
⬆️ Update Pulumi Docker images
  • Loading branch information
JimMadge authored Jan 27, 2025
2 parents a055d38 + 6bd9c68 commit d371329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_safe_haven/infrastructure/programs/sre/dns_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def __init__(
container_group_name=f"{stack_name}-container-group-dns",
containers=[
containerinstance.ContainerArgs(
image="adguard/adguardhome:v0.107.55",
image="adguard/adguardhome:v0.107.56",
name="adguard",
# Providing "command" overwrites the CMD arguments in the Docker
# image, so we can either provide them here or set defaults in our
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __init__(
],
),
containerinstance.ContainerArgs(
image="sonatype/nexus3:3.76.0",
image="sonatype/nexus3:3.76.1",
name="nexus"[:63],
environment_variables=[],
ports=[],
Expand Down

0 comments on commit d371329

Please sign in to comment.