[#][naver/pinpoint#7243] release v2.1.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PINPOINT_VERSION=2.0.4
|
||||
PINPOINT_VERSION=2.1.0
|
||||
SPRING_PROFILES=release
|
||||
|
||||
### Pinpoint-Web
|
||||
|
||||
@@ -2,7 +2,7 @@ FROM openjdk:8-jdk-alpine
|
||||
|
||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
||||
|
||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.4}
|
||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.1.0}
|
||||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-web-boot-${PINPOINT_VERSION}.jar
|
||||
|
||||
RUN mkdir -p /pinpoint/config \
|
||||
|
||||
@@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Web component of the Pinpoint applicatio
|
||||
|
||||
## Supported Tags
|
||||
|
||||
- 2.1.0
|
||||
- 2.0.4
|
||||
- 2.0.3
|
||||
- 2.0.2
|
||||
|
||||
Reference in New Issue
Block a user