Update things.

This commit is contained in:
2025-11-25 10:02:46 +05:00
parent 6b53431bf1
commit a16ac84e22
6 changed files with 25 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim
COPY . /src
RUN for file in $(find /src -type f -name "*.sh"); do chmod +x $file; done