Skip to content

Commit 1105dd2

Browse files
committed
Update to Docker 25.0.5 (#6072)
1 parent 5b2e1f8 commit 1105dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
azul_python_version=3.11.8
22
azul_python_image=docker.io/library/python:3.11.8-bullseye
3-
azul_docker_version=24.0.9
3+
azul_docker_version=25.0.5
44
azul_terraform_version=1.6.6

environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def env() -> Mapping[str, Optional[str]]:
227227
# and pushing the executor image (see terraform/gitlab/runner/Dockerfile
228228
# for how).
229229
#
230-
'azul_docker_version': '24.0.9',
230+
'azul_docker_version': '25.0.5',
231231

232232
# The version of Python used throughout the system.
233233
#

0 commit comments

Comments
 (0)