From fe0b520866c80d909d4794c78a547f57df8ed022 Mon Sep 17 00:00:00 2001 From: tyranron Date: Fri, 26 May 2017 10:47:57 +0300 Subject: [PATCH] Upgrade to 3.6 alpine version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e05e04..1564a33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/_/alpine -FROM alpine:latest +FROM alpine:3.6 MAINTAINER Instrumentisto Team @@ -9,7 +9,7 @@ RUN apk add --update --no-cache \ ca-certificates \ libpcap \ libgcc libstdc++ \ - libressl2.4-libcrypto libressl2.4-libssl \ + libressl2.5-libcrypto libressl2.5-libssl \ && update-ca-certificates \ && rm -rf /var/cache/apk/*