1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00

upgrade statsd to 0.8.2

This commit is contained in:
kev
2019-06-05 19:06:43 +08:00
parent 14787fb436
commit be1c55abaa
2 changed files with 4 additions and 3 deletions

View File

@@ -5,10 +5,10 @@
FROM alpine
MAINTAINER kev <noreply@easypi.pro>
ENV STATSD_VERSION 0.8.0
ENV STATSD_VERSION 0.8.2
ENV STATSD_URL https://github.com/etsy/statsd/archive/v$STATSD_VERSION.tar.gz
WORKDIR /app
WORKDIR /opt/statsd
RUN set -xe \
&& apk add --no-cache ca-certificates curl nodejs nodejs-npm tar \