File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Smallest base image
2
- FROM alpine:3.6
2
+ FROM alpine:3.7
3
3
4
4
MAINTAINER Pieter Lange <pieter@ptlc.nl>
5
5
6
6
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
7
7
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 \
9
9
bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
10
10
apk add --virtual temppkg gettext && \
11
11
cp /usr/bin/envsubst /usr/local/bin/envsubst && \
Original file line number Diff line number Diff line change 59
59
- name : openvpn-pki
60
60
secret :
61
61
secretName : openvpn-pki
62
+ defaultMode : 0400
62
63
- name : openvpn-ccd
63
64
configMap :
64
65
name : openvpn-ccd
You can’t perform that action at this time.
0 commit comments