From 9b0e3d53eb4191fa031fafe65f74ef377ba5c99d Mon Sep 17 00:00:00 2001 From: Laura Brehm Date: Fri, 16 Feb 2024 12:47:24 +0000 Subject: [PATCH] ci: bump engine version to `25.0.3` changes: https://github.com/moby/moby/releases/tag/v25.0.3 (Hopefully, this fixes some networking flakyness) Signed-off-by: Laura Brehm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 770b665ed69..a765c5cd21e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: - standalone engine: - 24.0.9 - - 25.0.2 + - 25.0.3 steps: - name: Checkout