Skip to content

Commit

Permalink
Updated docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter committed Feb 9, 2021
1 parent f075218 commit cb08eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ RUN apt-get update -y \
&& apt-get install -y nodejs yarn google-cloud-sdk docker-ce

# Install docker-compose
RUN curl -L https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose \
RUN curl -L https://github.com/docker/compose/releases/download/1.28.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose \
&& chmod +x /usr/local/bin/docker-compose

0 comments on commit cb08eda

Please sign in to comment.