Update alpine version

The bash installation was not successful, so I proceeded with the alpine versionup.
This commit is contained in:
Sung-ho Kim 2023-01-27 10:32:09 +09:00 committed by GitHub
parent 6410e28134
commit 246889a488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.17.1
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.5.0}
ARG INSTALL_URL=https://github.com/pinpoint-apm/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz
@ -19,4 +19,4 @@ RUN apk add --update curl bash \
VOLUME ["/pinpoint-agent"]
ENTRYPOINT ["/usr/local/bin/configure-agent.sh"]
CMD ["tail", "-f", "/dev/null"]
CMD ["tail", "-f", "/dev/null"]