diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2023-10-01 18:29:02 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2023-10-01 18:29:02 +0200 |
commit | dc19147d40f070b9ebf5919f95dd2922ce32d8d4 (patch) | |
tree | 069aef9123256158386876bcaa8dd10b76997a5e | |
parent | b6a8f5e8d7a6398b3967afa7e962763a6df29060 (diff) | |
download | bootstrap-dc19147d40f070b9ebf5919f95dd2922ce32d8d4.tar bootstrap-dc19147d40f070b9ebf5919f95dd2922ce32d8d4.zip |
Update to Debian 12
-rw-r--r-- | Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index e1e1581..be064b5 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM debian:11.0 +FROM debian:12 RUN \ apt-get update && \ |