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