Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ COPY entrypoint.sh /

RUN apk update && \
apk --no-cache add wireguard-tools=~1.0.20210914 && \
apk --no-cache add python3=~3.12.3 && \
apk --no-cache add curl=~8.9.0 && \
apk --no-cache add iptables=~1.8.10 && \
apk --no-cache add python3=~3.12 && \
apk --no-cache add curl=~8.9 && \
apk --no-cache add iptables=~1.8 && \
chmod +x entrypoint.sh wireguard_healthcheck.py

VOLUME [ "/etc/wireguard" ]
Expand Down