Bumped the version to 1.1.2

This commit is contained in:
Fabian Schlenz 2018-03-05 18:28:54 +01:00
parent bc63cfaea1
commit 6592e15b09
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM openjdk:8
ENV JAR_VERSION 1.1.1
ENV JAR_VERSION 1.1.2
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 && \