Dockerfile fix
This commit is contained in:
@@ -7,7 +7,7 @@ ARG UNAME="dm"
|
|||||||
ARG UHOME="/home/$UNAME"
|
ARG UHOME="/home/$UNAME"
|
||||||
|
|
||||||
## Base image
|
## Base image
|
||||||
FROM debian:bullseye AS updated-debian
|
FROM debian:bookworm AS updated-debian
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user