Update docker/test/integration/runner/Dockerfile

This commit is contained in:
Ilya Yatsishin 2024-07-22 14:31:50 +02:00 committed by GitHub
parent 340214a246
commit d296e62bf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
&& add-apt-repository "deb https://download.docker.com/linux/ubuntu $(lsb_release -c -s) ${DOCKER_CHANNEL}" \
&& apt-get update \
&& env DEBIAN_FRONTEND=noninteractive apt-get install --yes \
docker-ce \
docker-ce="5:27.0.3*" \
&& rm -rf \
/var/lib/apt/lists/* \
/var/cache/debconf \