Skip to content

Commit 7440126

Browse files
committed
Fix typo
1 parent 2a0a9c5 commit 7440126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinpoint-agent/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.7
22

33
LABEL maintainer="Roy Kim <[email protected]>"
44

5-
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2}
5+
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2}
66
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz
77

88
COPY /build/scripts/configure-agent.sh /usr/local/bin/

0 commit comments

Comments
 (0)