This repository was archived by the owner on Jun 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 25
25
fi && \
26
26
curl -o \
27
27
/tmp/openvpn.deb -L \
28
- "https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu16.amd_64 .deb" && \
28
+ "https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu16.amd64 .deb" && \
29
29
dpkg -i /tmp/openvpn.deb && \
30
30
echo "**** ensure home folder for abc user set to /config ****" && \
31
31
usermod -d /config abc && \
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ Below are the instructions for updating containers:
175
175
176
176
## Versions
177
177
178
+ * ** 14.03.19:** - Update deb package URL.
178
179
* ** 21.02.19:** - Rebase to xenial due to incompatibility issues on some older host OSes.
179
180
* ** 12.02.19:** - Rename github repo to match the docker hub repo and container name.
180
181
* ** 07.02.19:** - Add pipeline logic and multi arch.
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ app_setup_block: |
60
60
61
61
# changelog
62
62
changelogs :
63
+ - { date: "14.03.19:", desc: "Update deb package URL." }
63
64
- { date: "21.02.19:", desc: "Rebase to xenial due to incompatibility issues on some older host OSes." }
64
65
- { date: "12.02.19:", desc: "Rename github repo to match the docker hub repo and container name." }
65
66
- { date: "07.02.19:", desc: "Add pipeline logic and multi arch." }
You can’t perform that action at this time.
0 commit comments