Skip to content

Commit a92aab4

Browse files
authored
[change] Upgraded OpenVPN base image to lisenet/openvpn:2.6.17 #566
Changed the base image in order to use the latest OpenVPN version available as the old base image used was unmaintained for over 6 years. Related to #566
1 parent 0700ed3 commit a92aab4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

images/openwisp_dashboard/openvpn.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@
1111
"local": "",
1212
"comp_lzo": "no",
1313
"auth": "SHA1",
14-
"data_ciphers": "AES-128-GCM:none",
14+
"data_ciphers": [
15+
{
16+
"cipher": "AES-128-GCM",
17+
"optional": false
18+
},
19+
{
20+
"cipher": "none",
21+
"optional": false
22+
}
23+
],
1524
"data_ciphers_fallback": "AES-128-GCM",
1625
"cipher": "AES-128-GCM",
1726
"engine": "",

images/openwisp_openvpn/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hadolint ignore=DL3007
2-
FROM kylemanna/openvpn:2.4
2+
FROM lisenet/openvpn:2.6.17
33

44
# hadolint ignore=DL3018
55
RUN apk add --no-cache \

0 commit comments

Comments
 (0)