[naver/pinpoint#7044] release v2.0.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PINPOINT_VERSION=2.0.3
|
||||
PINPOINT_VERSION=2.0.4
|
||||
SPRING_PROFILES=release
|
||||
|
||||
### 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.3}
|
||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.4}
|
||||
|
||||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-collector-${PINPOINT_VERSION}.war
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Collector component of the Pinpoint appl
|
||||
|
||||
## Supported Tags
|
||||
|
||||
- 2.0.4
|
||||
- 2.0.3
|
||||
- 2.0.2
|
||||
- 2.0.1
|
||||
|
||||
Reference in New Issue
Block a user