Skip to content

Commit 3fa010f

Browse files
committed
bumped rancher-cli to v.0.6.9
1 parent 570a194 commit 3fa010f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM circleci/openjdk:8-jdk
22
33

4-
ENV RANCHER_CLI_VERSION=v0.6.7 \
4+
ENV RANCHER_CLI_VERSION=v0.6.9 \
55
RANCHER_COMPOSE_VERSION=v0.12.5
66

77
USER root
@@ -14,4 +14,4 @@ RUN wget https://github.com/rancher/cli/releases/download/${RANCHER_CLI_VERSION}
1414

1515
RUN wget https://github.com/rancher/rancher-compose/releases/download/${RANCHER_COMPOSE_VERSION}/rancher-compose-linux-amd64-${RANCHER_COMPOSE_VERSION}.tar.gz && \
1616
tar -xzvf rancher-compose-linux-amd64-${RANCHER_COMPOSE_VERSION}.tar.gz -C /usr/local/lib && \
17-
ln -s /usr/local/lib/rancher-compose-${RANCHER_COMPOSE_VERSION}/rancher-compose /usr/local/bin/rancher-compose
17+
ln -s /usr/local/lib/rancher-compose-${RANCHER_COMPOSE_VERSION}/rancher-compose /usr/local/bin/rancher-compose

0 commit comments

Comments
 (0)