Bumped the version to 1.1.1

This commit is contained in:
Fabian Schlenz 2018-03-03 22:22:38 +01:00
parent 14324dfa4c
commit 645d8cc315
1 changed files with 1 additions and 1 deletions

View File

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