We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f075218 commit cb08edaCopy full SHA for cb08eda
Dockerfile
@@ -48,5 +48,5 @@ RUN apt-get update -y \
48
&& apt-get install -y nodejs yarn google-cloud-sdk docker-ce
49
50
# Install docker-compose
51
-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 \
52
&& chmod +x /usr/local/bin/docker-compose
0 commit comments