Bumped the version to 1.0.6

This commit is contained in:
Fabian Schlenz 2017-02-15 08:40:29 +01:00
parent 715b86b09b
commit 2641b5ce7a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM openjdk:8
ENV JAR_VERSION 1.0.5-test.5
ENV JAR_VERSION 1.0.6
ENV JAR_DOWNLOAD_URL https://github.com/fabianonline/telegram_backup/releases/download/${JAR_VERSION}/telegram_backup.jar
RUN apt-get update -y && apt-get install -y curl && \