diff --git a/docker/Dockerfile b/docker/Dockerfile index 89b159a95..de08c0894 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Ubuntu is known for its popularity and user-friendly design. # This Dockerfile offers a balance between stability, security, and modernity. -FROM ubuntu:latest@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252 +FROM ubuntu:latest@sha256:b7f48194d4d8b763a478a621cdc81c27be222ba2206ca3ca6bc42b49685f3d9e # Set the terminal type to Xterm. ENV TERM=xterm