Skip to content

Commit 1be7c35

Browse files
jeftcardonne
authored andcommitted
fix: docker-compose version not being used
1 parent 443b739 commit 1be7c35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian-buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN chmod 644 /etc/supervisor/conf.d/supervisord.conf
4848
RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
4949

5050
# Install Docker-Compose
51-
RUN curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && \
51+
RUN curl -L "https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && \
5252
chmod +x /usr/local/bin/docker-compose
5353

5454
RUN cd /tmp && \

0 commit comments

Comments
 (0)