Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ram committed Dec 14, 2021
1 parent 2a0a9c5 commit 7440126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinpoint-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.7

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

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

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

0 comments on commit 7440126

Please sign in to comment.