Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit bf5cd02

Browse files
aptalcathelamer
authored andcommitted
rebase to xenial
1 parent f0daf7d commit bf5cd02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/ubuntu:bionic
1+
FROM lsiobase/ubuntu:xenial
22

33
# set version label
44
ARG BUILD_DATE
@@ -20,12 +20,12 @@ RUN \
2020
echo "**** install openvpn-as ****" && \
2121
if [ -z ${OPENVPNAS_VERSION+x} ]; then \
2222
OPENVPNAS_VERSION=$(curl -w "%{url_effective}" -ILsS -o /dev/null \
23-
https://openvpn.net/downloads/openvpn-as-latest-ubuntu18.amd_64.deb \
24-
| awk -F '(openvpn-as-|-Ubuntu18)' '{print $2}'); \
23+
https://openvpn.net/downloads/openvpn-as-latest-ubuntu16.amd_64.deb \
24+
| awk -F '(openvpn-as-|-Ubuntu16)' '{print $2}'); \
2525
fi && \
2626
curl -o \
2727
/tmp/openvpn.deb -L \
28-
"https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu18.amd_64.deb" && \
28+
"https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu16.amd_64.deb" && \
2929
dpkg -i /tmp/openvpn.deb && \
3030
echo "**** ensure home folder for abc user set to /config ****" && \
3131
usermod -d /config abc && \

0 commit comments

Comments
 (0)