fix: set a fixed 3proxy ver 0.9.5 (#2468)

This commit is contained in:
lunardunno
2026-04-13 08:27:45 +04:00
committed by GitHub
parent 46f5b3894b
commit a75bd0cf5e

View File

@@ -1,4 +1,4 @@
FROM 3proxy/3proxy:latest
FROM 3proxy/3proxy:0.9.5
LABEL maintainer="AmneziaVPN"
@@ -7,4 +7,4 @@ RUN echo -e "#!/bin/bash\ntail -f /dev/null" > /opt/amnezia/start.sh
RUN chmod a+x /opt/amnezia/start.sh
ENTRYPOINT [ "/bin/sh", "/opt/amnezia/start.sh" ]
CMD [ "" ]
CMD [ "" ]