We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d559e24 + 94cedc9 commit d3e2519Copy full SHA for d3e2519
Dockerfile
@@ -5,9 +5,9 @@ COPY entrypoint.sh /
5
6
RUN apk update && \
7
apk --no-cache add wireguard-tools=~1.0.20210914 && \
8
- apk --no-cache add python3=~3.12 && \
9
- apk --no-cache add curl=~8.9 && \
10
- apk --no-cache add iptables=~1.8 && \
+ apk --no-cache add python3 && \
+ apk --no-cache add curl && \
+ apk --no-cache add iptables && \
11
chmod +x entrypoint.sh wireguard_healthcheck.py
12
13
VOLUME [ "/etc/wireguard" ]
0 commit comments