File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ RUN apt-get update && \
33
33
jq
34
34
35
35
# 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
38
37
# install Docker
39
38
RUN apt-get update && \
40
39
apt-get install ca-certificates curl && \
@@ -47,9 +46,6 @@ RUN apt-get update && \
47
46
tee /etc/apt/sources.list.d/docker.list > /dev/null && \
48
47
apt-get update && \
49
48
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 && \
53
49
docker --version && \
54
50
docker compose version
55
51
You can’t perform that action at this time.
0 commit comments