From 24ecf1cbeb76244031036eed161bb8bd00c99085 Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 31 Jan 2019 14:38:40 +0100 Subject: [PATCH] Update to Alpine 3.9 --- alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 3a3b9af..8d06a82 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.8 +FROM alpine:3.9 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache @@ -16,9 +16,9 @@ RUN set -x \ gcc \ libc-dev \ libevent-dev \ - libressl \ linux-headers \ make \ + openssl \ perl \ perl-utils \ tar \