Skip to content

Commit

Permalink
Update to Docker 25.0.5 (#6072)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Mar 21, 2024
1 parent 15dd4a4 commit 5972e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.boot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azul_python_version=3.11.8
azul_python_image=docker.io/library/python:3.11.8-bullseye
azul_docker_version=24.0.9
azul_docker_version=25.0.5
azul_terraform_version=1.6.6
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def env() -> Mapping[str, Optional[str]]:
# and pushing the executor image (see terraform/gitlab/runner/Dockerfile
# for how).
#
'azul_docker_version': '24.0.9',
'azul_docker_version': '25.0.5',

# The version of Python used throughout the system.
#
Expand Down

0 comments on commit 5972e62

Please sign in to comment.