Skip to content

Commit

Permalink
Bump docker 20.10.9 and docker-compose 1.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Oct 8, 2021
1 parent fc888ad commit a8daea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN apt update \
&& rm -rf /var/lib/apt/list/*

ENV DOCKER_CHANNEL=stable \
DOCKER_VERSION=19.03.11 \
DOCKER_COMPOSE_VERSION=1.26.0 \
DOCKER_VERSION=20.10.9 \
DOCKER_COMPOSE_VERSION=1.29.2 \
DEBUG=false

# Docker installation
Expand Down Expand Up @@ -50,7 +50,7 @@ VOLUME /var/lib/docker

# Docker compose installation
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 \
&& chmod +x /usr/local/bin/docker-compose
&& chmod +x /usr/local/bin/docker-compose && docker-compose version

ENTRYPOINT ["startup.sh"]
CMD ["sh"]
CMD ["sh"]

0 comments on commit a8daea8

Please sign in to comment.