Skip to content

Commit 64946ca

Browse files
committed
Version bump alpine and openvpn
1 parent d563f00 commit 64946ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Smallest base image
2-
FROM alpine:3.7
2+
FROM alpine:3.10
33

44
MAINTAINER Pieter Lange <pieter@ptlc.nl>
55

66
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
77
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
8-
apk add --update openvpn=2.4.4-r1 \
8+
apk add --update openvpn=2.4.7-r1 \
99
bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
1010
apk add --virtual temppkg gettext && \
1111
cp /usr/bin/envsubst /usr/local/bin/envsubst && \

0 commit comments

Comments
 (0)