Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
Updated base image to alpine:3.20
Updated openvpn to v2.6.10
  • Loading branch information
Salvoxia committed May 24, 2024
1 parent c04e186 commit 4c699be
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
Expand Up @@ -3,13 +3,13 @@
# Tertiary credit for TAP/bridge adjusments: https://github.com/aktur/docker-openvpn

# Smallest base image
FROM alpine:3.19.0
FROM alpine:3.20

LABEL maintainer="Salvoxia <[email protected]>"

# Testing: pamtester
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
apk add --update openvpn=2.6.8-r0 iptables curl bash easy-rsa openvpn-auth-pam google-authenticator pamtester libqrencode && \
apk add --update openvpn=2.6.10-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 4c699be

Please sign in to comment.