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

Commit

Permalink
v2016_05_29_1
Browse files Browse the repository at this point in the history
* Install `Gradle` from official APT repo, instead of from a PPA
* Install `Maven` from official APT repo, instead of from a PPA
* Java (OpenJDK) upgrade from 7 to 8
  • Loading branch information
viktorbenei committed May 29, 2016
1 parent e103de4 commit df2c32f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2016_05_29_1

* Install `Gradle` from official APT repo, instead of from a PPA
* Install `Maven` from official APT repo, instead of from a PPA
* Java (OpenJDK) upgrade from 7 to 8


## 2016_05_26_1

* "Checkpoint", before migration to `ubuntu:16.04`
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ RUN fastlane --version
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_05_26_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_05_29_1
CMD bitrise -version

0 comments on commit df2c32f

Please sign in to comment.