From 64946ca4f9fa6c668740218522f22db521cc1a97 Mon Sep 17 00:00:00 2001 From: Pieter Lange Date: Fri, 13 Dec 2019 10:31:58 +0100 Subject: [PATCH] Version bump alpine and openvpn --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a6258a..760f065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # Smallest base image -FROM alpine:3.7 +FROM alpine:3.10 MAINTAINER Pieter Lange RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \ echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \ - apk add --update openvpn=2.4.4-r1 \ + apk add --update openvpn=2.4.7-r1 \ bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \ apk add --virtual temppkg gettext && \ cp /usr/bin/envsubst /usr/local/bin/envsubst && \