From 2186a22b0ffd20e5eaa1fa702b4cab9e314dcbf9 Mon Sep 17 00:00:00 2001 From: Dawid Malinowski Date: Sat, 12 Dec 2015 15:30:03 +0100 Subject: [PATCH] Bum to 1.5.1 --- pinpoint-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinpoint-web/Dockerfile b/pinpoint-web/Dockerfile index 1ef9648..63e1392 100644 --- a/pinpoint-web/Dockerfile +++ b/pinpoint-web/Dockerfile @@ -4,7 +4,7 @@ FROM tomcat:8-jre8 -ENV PINPOINT_VERSION=1.5.0 +ENV PINPOINT_VERSION=1.5.1 ADD start.sh /usr/local/tomcat/start.sh