Skip to content

Commit af2fa87

Browse files
committed
Dockerfile: Update pinned versions of alpine and openvpn
alpine: 3.7 openvpn: 2.4.4-r1
1 parent 2dbc660 commit af2fa87

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.6
2+
FROM alpine:3.7
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.3-r0 \
8+
apk add --update openvpn=2.4.4-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)