Skip to content

Commit

Permalink
Dockerfile: Update pinned versions of alpine and openvpn
Browse files Browse the repository at this point in the history
alpine: 3.7
openvpn: 2.4.4-r1
  • Loading branch information
bekriebel committed Dec 28, 2017
1 parent 2dbc660 commit af2fa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Smallest base image
FROM alpine:3.6
FROM alpine:3.7

MAINTAINER Pieter Lange <[email protected]>

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.3-r0 \
apk add --update openvpn=2.4.4-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 && \
Expand Down

0 comments on commit af2fa87

Please sign in to comment.