diff options
Diffstat (limited to 'Containerfile')
-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 && \ |