We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0a9c5 commit 7440126Copy full SHA for 7440126
pinpoint-agent/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.7
2
3
LABEL maintainer="Roy Kim <[email protected]>"
4
5
-ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2}
+ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2}
6
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz
7
8
COPY /build/scripts/configure-agent.sh /usr/local/bin/
0 commit comments