Skip to content

Commit ad9e22f

Browse files
committed
New Libreswan version
- Use new Libreswan version 4.14. Ref: https://lists.libreswan.org/pipermail/swan-announce/2024/000055.html
1 parent a2dd5d9 commit ad9e22f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
FROM alpine:3.19
1111

12-
ENV SWAN_VER 4.12
12+
ENV SWAN_VER 4.14
1313
WORKDIR /opt/src
1414

1515
RUN set -x \

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
FROM debian:bookworm-slim
1111

12-
ENV SWAN_VER 4.12
12+
ENV SWAN_VER 4.14
1313
WORKDIR /opt/src
1414

1515
RUN apt-get -yqq update \

0 commit comments

Comments
 (0)