diff --git a/docker/Dockerfile_debian b/docker/Dockerfile_debian index 7f786a1a..841ff573 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:4d63ef53faef7bd35c92fbefb1e9e2e7b6777e3cbec6c34f640e96b925e430eb +FROM debian:stable-slim@sha256:b5ace515e78743215a1b101a6f17e59ed74b17132139ca3af3c37e605205e973 # Set the terminal type to Xterm. ENV TERM=xterm