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

Commit 3cb5f14

Browse files
authored
Merge pull request #70 from thelamer/master
updating endpoint
2 parents 2abf88a + 09b0e4b commit 3cb5f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN \
2525
fi && \
2626
curl -o \
2727
/tmp/openvpn.deb -L \
28-
"https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu16.amd64.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)