Skip to content

Commit

Permalink
change version to 2.222.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxis authored and Pyxis committed Mar 30, 2020
1 parent f2e6288 commit 5f15f91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Based Image
FROM jenkins/jenkins:2.204.2
FROM jenkins/jenkins:2.222.1

## Define Environment
MAINTAINER WindSekirun <[email protected]>
Expand All @@ -8,12 +8,12 @@ ENV ANDROID_SDK_ZIP sdk-tools-linux-4333796.zip
ENV ANDROID_SDK_ZIP_URL https://dl.google.com/android/repository/$ANDROID_SDK_ZIP
ENV ANDROID_HOME /opt/android-sdk-linux

ENV GRADLE_ZIP gradle-5.4.1-bin.zip
ENV GRADLE_ZIP gradle-5.6.4-bin.zip
ENV GRADLE_ZIP_URL https://services.gradle.org/distributions/$GRADLE_ZIP

ENV PATH $PATH:$ANDROID_HOME/tools/bin
ENV PATH $PATH:$ANDROID_HOME/platform-tools
ENV PATH $PATH:/opt/gradle-5.4.1/bin
ENV PATH $PATH:/opt/gradle-5.6.4/bin

# Build-time metadata as defined at http://label-schema.org
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2

0 comments on commit 5f15f91

Please sign in to comment.