Dockerfile fix

This commit is contained in:
2025-08-14 13:54:31 +03:00
parent afae0d672a
commit 22a2511f06

View File

@@ -7,7 +7,7 @@ ARG UNAME="dm"
ARG UHOME="/home/$UNAME"
## Base image
FROM debian:bullseye AS updated-debian
FROM debian:bookworm AS updated-debian
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]