We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d563f00 commit 64946caCopy full SHA for 64946ca
Dockerfile
@@ -1,11 +1,11 @@
1
# Smallest base image
2
-FROM alpine:3.7
+FROM alpine:3.10
3
4
MAINTAINER Pieter Lange <pieter@ptlc.nl>
5
6
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
7
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
8
- apk add --update openvpn=2.4.4-r1 \
+ apk add --update openvpn=2.4.7-r1 \
9
bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
10
apk add --virtual temppkg gettext && \
11
cp /usr/bin/envsubst /usr/local/bin/envsubst && \
0 commit comments