Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 2.4.8 #70

Open
cemo opened this issue Dec 16, 2019 · 3 comments
Open

Upgrade to 2.4.8 #70

cemo opened this issue Dec 16, 2019 · 3 comments

Comments

@cemo
Copy link

cemo commented Dec 16, 2019

Hi @pieterlange, is there a particular reason you did not upgraded to OpenVPN 2.4.8?

@cemo
Copy link
Author

cemo commented Dec 19, 2019

It seems alpine linux is not released with 2.4.8.

@echiu64
Copy link

echiu64 commented Aug 21, 2020

2.4.9-r0 is available in alpine 3.11 and 3.12 now

Quick diff to support:

diff --git a/Dockerfile b/Dockerfile
index 1ce3427..5c3bcaa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
 # Smallest base image
-FROM alpine:3.10
+FROM alpine:3.12

 MAINTAINER Pieter Lange <[email protected]>

-RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
+RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.12/community/" >> /etc/apk/repositories && \
     echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
-    apk add --update openvpn=2.4.7-r1 \
+    apk add --update openvpn=2.4.9-r0 \
       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 && \

@tibbon
Copy link

tibbon commented May 16, 2021

How's it looking now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants