[naver/pinpoint#6598] 2.0.1 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PINPOINT_VERSION=2.0.0
|
||||
PINPOINT_VERSION=2.0.1
|
||||
|
||||
### Pinpoint-Collector
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ FROM tomcat:8-jre8
|
||||
|
||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
||||
|
||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.0}
|
||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.1}
|
||||
|
||||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/${PINPOINT_VERSION}/pinpoint-collector-${PINPOINT_VERSION}.war
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ This Docker image contains the Pinpoint Collector component of the Pinpoint appl
|
||||
|
||||
## Supported Tags
|
||||
|
||||
- 2.0.0
|
||||
- 2.0.1
|
||||
- 1.8.5
|
||||
- 1.8.4
|
||||
- 1.8.3
|
||||
|
||||
Reference in New Issue
Block a user