From 9f602f0b77598ec81f7229e8dce0665be6e8a6b4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 14 Apr 2023 17:50:36 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd52162..7556af4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -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