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

Commit 25b4182

Browse files
aptalcathelamer
authored andcommitted
Update deb url
1 parent 4a1b67d commit 25b4182

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-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.amd_64.deb" && \
28+
"https://swupdate.openvpn.org/as/openvpn-as-${OPENVPNAS_VERSION}-Ubuntu16.amd64.deb" && \
2929
dpkg -i /tmp/openvpn.deb && \
3030
echo "**** ensure home folder for abc user set to /config ****" && \
3131
usermod -d /config abc && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Below are the instructions for updating containers:
175175

176176
## Versions
177177

178+
* **14.03.19:** - Update deb package URL.
178179
* **21.02.19:** - Rebase to xenial due to incompatibility issues on some older host OSes.
179180
* **12.02.19:** - Rename github repo to match the docker hub repo and container name.
180181
* **07.02.19:** - Add pipeline logic and multi arch.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ app_setup_block: |
6060
6161
# changelog
6262
changelogs:
63+
- { date: "14.03.19:", desc: "Update deb package URL." }
6364
- { date: "21.02.19:", desc: "Rebase to xenial due to incompatibility issues on some older host OSes." }
6465
- { date: "12.02.19:", desc: "Rename github repo to match the docker hub repo and container name." }
6566
- { date: "07.02.19:", desc: "Add pipeline logic and multi arch." }

0 commit comments

Comments
 (0)