Skip to content

Commit cb08eda

Browse files
committed
Updated docker-compose
1 parent f075218 commit cb08eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ RUN apt-get update -y \
4848
&& apt-get install -y nodejs yarn google-cloud-sdk docker-ce
4949

5050
# 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 \
51+
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 \
5252
&& chmod +x /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)