Skip to content

Commit 4143ef9

Browse files
committed
strongswan: Upgrade to strongSwan 5.9.9
1 parent cb1c7a6 commit 4143ef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

strongswan/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:22.04
22
MAINTAINER Andreas Steffen <[email protected]>
3-
ENV VERSION="5.9.8"
3+
ENV VERSION="5.9.9"
44

55
RUN \
66
# install packages

strongswan/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
vpn-server:
5-
image: strongx509/strongswan:5.9.8
5+
image: strongx509/strongswan:5.9.9
66
container_name: vpn-server
77
cap_add:
88
- NET_ADMIN
@@ -19,7 +19,7 @@ services:
1919
intranet:
2020
ipv4_address: 10.1.0.2
2121
vpn-client:
22-
image: strongx509/strongswan:5.9.8
22+
image: strongx509/strongswan:5.9.9
2323
container_name: vpn-client
2424
depends_on:
2525
- vpn-server

0 commit comments

Comments
 (0)