Skip to content

Commit 9fb859f

Browse files
committed
pin docker client version
Signed-off-by: Lonnie Liu <[email protected]>
1 parent 7c0ab53 commit 9fb859f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/docker/forge.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ Signed-by: /etc/apt/keyrings/microsoft.gpg" | sudo tee /etc/apt/sources.list.d/a
5151

5252
apt-get update
5353
apt-get install -y \
54-
awscli docker-ce-cli nodejs build-essential python-is-python3 \
54+
awscli nodejs build-essential python-is-python3 \
5555
python3-pip openjdk-8-jre wget jq \
56+
"docker-ce-cli=5:28.5.2-1~ubuntu.22.04~jammy" \
5657
azure-cli="${AZ_VER}"-1~"${AZ_DIST}"
5758

5859
# Install uv

0 commit comments

Comments
 (0)