From c148c6595753e2ed2cc2ba50b4a14fae0caa0073 Mon Sep 17 00:00:00 2001 From: Raffael <22076060+rafffael@users.noreply.github.com> Date: Wed, 26 Feb 2020 17:52:22 +0100 Subject: [PATCH] release 2.4.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4973b1f..f53f931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8-alpine -ENV PT_VERSION=2.4.15 +ENV PT_VERSION=2.4.18 ENV PT_DL=https://github.com/taniman/profit-trailer/releases/download/${PT_VERSION}/ProfitTrailer-${PT_VERSION}.zip VOLUME /app