We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf664a0 commit a2ef375Copy full SHA for a2ef375
dockerfiles/Dockerfile.e2e
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
openssh-client \
11
&& rm -rf /var/lib/apt/lists/*
12
13
-ARG COMPOSE_VERSION=1.25.1
+ARG COMPOSE_VERSION=1.29.2
14
RUN curl -fsSL https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose \
15
&& chmod +x /usr/local/bin/docker-compose
16
@@ -39,7 +39,6 @@ ARG GITCOMMIT
39
ENV VERSION=${VERSION}
40
ENV GITCOMMIT=${GITCOMMIT}
41
ENV DOCKER_BUILDKIT=1
42
-ENV COMPOSE_DOCKER_CLI_BUILD=1
43
RUN ./scripts/build/binary
44
RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
45
0 commit comments