Update Docker CLI to 27.5.1 for compatibility with Docker Engine 29.x

This commit is contained in:
Dulana Peiris
2026-01-14 15:26:16 +05:30
parent 4e87ee11f5
commit 2a2f818d8e

View File

@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y wget
WORKDIR /build
# Download and extract docker.
RUN wget -O docker.deb https://download.docker.com/linux/ubuntu/dists/focal/pool/stable/amd64/docker-ce-cli_20.10.9~3-0~ubuntu-focal_amd64.deb
RUN wget -O docker.deb https://download.docker.com/linux/ubuntu/dists/focal/pool/stable/amd64/docker-ce-cli_27.5.1-1~ubuntu.20.04~focal_amd64.deb
RUN dpkg -x docker.deb docker-extracted
# Download jq