diff --git a/docker/Dockerfile_debian b/docker/Dockerfile_debian index e96f65cac..a11dcd09f 100644 --- a/docker/Dockerfile_debian +++ b/docker/Dockerfile_debian @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Debian is the foundation of countless other distributions, including Ubuntu and Linux Mint. # This Dockerfile is ideal for users who want a stable, secure, and lightweight environment. -FROM debian:stable-slim@sha256:e0249870a90044494c01e74fbfc8b77ab14e6f47cece844d1e1737f7828a7e1e +FROM debian:stable-slim@sha256:8f0c555de6a2f9c2bda1b170b67479d11f7f5e3b66bb4a7a1d8843361c9dd3ff # Set the terminal type to Xterm. ENV TERM=xterm