Merge pull request #38 from EvernodeXRPL/docker-update

Update Docker CLI to 27.5.1 for compatibility with Docker Engine 29.x
This commit is contained in:
RichardAH
2026-02-16 11:43:34 +10:00
committed by GitHub

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