From 317c8adfcd49ef29e992fff1b05183a102b9d578 Mon Sep 17 00:00:00 2001 From: Dawid Malinowski Date: Sun, 8 Jan 2017 13:31:53 +0100 Subject: [PATCH] Update to alpine 3.5 --- pinpoint-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinpoint-agent/Dockerfile b/pinpoint-agent/Dockerfile index 18863ee..8a06a1b 100644 --- a/pinpoint-agent/Dockerfile +++ b/pinpoint-agent/Dockerfile @@ -2,7 +2,7 @@ # TO_BUILD docker build -t pinpoint-agent . # TO_RUN docker run --name=pinpoint-agent pinpoint-agent -FROM alpine:3.4 +FROM alpine:3.5 ENV PINPOINT_VERSION=1.6.0