Update alpine version
The bash installation was not successful, so I proceeded with the alpine versionup.
This commit is contained in:
parent
6410e28134
commit
246889a488
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue