Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Update Bitrise CLI to 1.11.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaabor authored Dec 13, 2017
1 parent 3e80d01 commit 1f7ce0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## UPCOMING

## `v2017_12_13_1`

* `bitrise` (CLI): `1.11.0`

## `v2017_12_08_1`

* `aws` (CLI) preinstalled from `apt`
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV LANG="en_US.UTF-8" \
BITRISE_TMP_DIR="/bitrise/tmp" \

# Configs - tool versions
TOOL_VER_BITRISE_CLI="1.10.1" \
TOOL_VER_BITRISE_CLI="1.11.0" \
TOOL_VER_RUBY="2.4.2" \
TOOL_VER_GO="1.9.2" \
TOOL_VER_DOCKER="17.06.2" \
Expand Down Expand Up @@ -195,5 +195,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install git-lfs \

WORKDIR $BITRISE_SOURCE_DIR

ENV BITRISE_DOCKER_REV_NUMBER_BASE v2017_12_08_1
ENV BITRISE_DOCKER_REV_NUMBER_BASE v2017_12_13_1
CMD bitrise --version

0 comments on commit 1f7ce0d

Please sign in to comment.