Update Debian to Trixie (13).
All checks were successful
Build container / BuildImage (push) Successful in 1m58s
All checks were successful
Build container / BuildImage (push) Successful in 1m58s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM debian:12.6-slim
|
||||
FROM debian:13.1-slim
|
||||
|
||||
COPY . /src
|
||||
RUN for file in $(find /src -type f -name "*.sh"); do chmod +x $file; done
|
||||
|
Reference in New Issue
Block a user