Skip to content

Commit

Permalink
Merge pull request #9 from Salvoxia/dev
Browse files Browse the repository at this point in the history
Updated openvpn to v2.6.11
  • Loading branch information
Salvoxia authored Sep 20, 2024
2 parents f7a55f6 + c484910 commit 0900d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL maintainer="Salvoxia <salvoxia@blindfish.info>"

# Testing: pamtester
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
apk add --update openvpn=2.6.10-r0 iptables curl bash easy-rsa openvpn-auth-pam google-authenticator pamtester libqrencode && \
apk add --update openvpn=2.6.11-r0 iptables curl bash easy-rsa openvpn-auth-pam google-authenticator pamtester libqrencode && \
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*

Expand Down

0 comments on commit 0900d45

Please sign in to comment.