Version 1.1.0: Updated the dockerfile.

This commit is contained in:
Fabian Schlenz 2017-12-11 06:06:27 +01:00
parent 07bb29ea1c
commit 2321fa11ee
1 changed files with 1 additions and 1 deletions

View File

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