commit 440ccfb3ed8702f47be3e9f8d078c5b8cf23db74
parent 17c12b57d9925ace9102019047ce39580ba47fba
Author: finwo <finwo@pm.me>
Date: Wed, 4 Mar 2026 22:43:38 +0100
Fix execution flags
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -5,6 +5,7 @@ FROM busybox:latest
ARG TARGETARCH
COPY udphole-linux-${TARGETARCH} /usr/bin/udphole
+RUN chmod +x /usr/bin/udphole
COPY entrypoint.sh /etc/rc.local
RUN chmod +x /etc/rc.local
diff --git a/Makefile b/Makefile
@@ -7,7 +7,7 @@ SRC:=
# UNAME_SYSTEM=$(call lc,$(shell uname -s))
BIN?=udphole
-VERSION?=1.3.5
+VERSION?=1.3.6
CC:=gcc
CPP:=g++