Bumping the version to 1.1.3

This commit is contained in:
Fabian Schlenz 2018-03-08 22:21:11 +01:00
parent 65ae4f4a86
commit ac85f06e3e
1 changed files with 1 additions and 1 deletions

View File

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