From 8e11b3e1638082201265882b91b3f768986e4862 Mon Sep 17 00:00:00 2001 From: Raffael <22076060+rafffael@users.noreply.github.com> Date: Sun, 3 Jan 2021 14:57:14 +0100 Subject: [PATCH] Bump to version 2.4.46 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f7122a..4f3fa0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8-alpine -ENV PT_VERSION=2.4.44 +ENV PT_VERSION=2.4.46 ENV PT_DL=https://github.com/taniman/profit-trailer/releases/download/${PT_VERSION}/ProfitTrailer-${PT_VERSION}.zip VOLUME /app