Skip to content

Commit

Permalink
New Libreswan version
Browse files Browse the repository at this point in the history
- Use new Libreswan version 5.1.
  • Loading branch information
hwdsl2 committed Oct 15, 2024
1 parent 6322163 commit c5fa860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROM alpine:3.20

ENV SWAN_VER=5.0
ENV SWAN_VER=5.1
WORKDIR /opt/src

RUN set -x \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROM debian:bookworm-slim

ENV SWAN_VER=5.0
ENV SWAN_VER=5.1
WORKDIR /opt/src

RUN apt-get -yqq update \
Expand Down

0 comments on commit c5fa860

Please sign in to comment.