Skip to content

Commit 6f58a7b

Browse files
author
Andrei Neagu
committed
downgrade docker 28.3.0
1 parent f544a02 commit 6f58a7b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ RUN apt-get update && \
3333
jq
3434

3535
# NOTE: keep in sync with the version installed in the dynamic-sidecar
36-
ARG DOCKER_COMPOSE_VERSION="2.38.2"
37-
ARG UBUNTU_DOCKER_VERSION=5:28.3.1-1~ubuntu.24.04~noble
36+
ARG UBUNTU_DOCKER_VERSION=5:28.3.0-1~ubuntu.24.04~noble
3837
# install Docker
3938
RUN apt-get update && \
4039
apt-get install ca-certificates curl && \
@@ -47,9 +46,6 @@ RUN apt-get update && \
4746
tee /etc/apt/sources.list.d/docker.list > /dev/null && \
4847
apt-get update && \
4948
apt-get install -y docker-ce=$UBUNTU_DOCKER_VERSION docker-ce-cli=$UBUNTU_DOCKER_VERSION containerd.io docker-buildx-plugin && \
50-
mkdir -p /usr/local/lib/docker/cli-plugins && \
51-
curl -SL https://github.com/docker/compose/releases/download/v${DOCKER_COMPOSE_VERSION}/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose && \
52-
chmod +x /usr/local/lib/docker/cli-plugins/docker-compose && \
5349
docker --version && \
5450
docker compose version
5551

0 commit comments

Comments
 (0)