From 74401262f272b775d414ce47a9dfe09d90e85e45 Mon Sep 17 00:00:00 2001 From: Ga Lam CHOI Date: Tue, 14 Dec 2021 14:20:56 +0900 Subject: [PATCH] Fix typo --- pinpoint-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinpoint-agent/Dockerfile b/pinpoint-agent/Dockerfile index 49db41e..f0e00d3 100644 --- a/pinpoint-agent/Dockerfile +++ b/pinpoint-agent/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.7 LABEL maintainer="Roy Kim " -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/