We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1c7a6 commit 4143ef9Copy full SHA for 4143ef9
strongswan/Dockerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:22.04
2
MAINTAINER Andreas Steffen <[email protected]>
3
-ENV VERSION="5.9.8"
+ENV VERSION="5.9.9"
4
5
RUN \
6
# install packages
strongswan/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3"
services:
vpn-server:
- image: strongx509/strongswan:5.9.8
+ image: strongx509/strongswan:5.9.9
container_name: vpn-server
7
cap_add:
8
- NET_ADMIN
@@ -19,7 +19,7 @@ services:
19
intranet:
20
ipv4_address: 10.1.0.2
21
vpn-client:
22
23
container_name: vpn-client
24
depends_on:
25
- vpn-server
0 commit comments