Commit 9f602f0b authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update Dockerfile

parent 810dd169
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
FROM debian:bookworm-20230320-slim
FROM debian:bookworm-20230411-slim

RUN apt-get update && apt-get -y upgrade && \
    apt-get --no-install-recommends -y install \
@@ -19,7 +19,6 @@ COPY install.sh /run/
COPY network.sh /run/

RUN ["chmod", "+x", "/run/run.sh"]
RUN ["chmod", "+x", "/run/install.sh"]

VOLUME /storage