diff --git a/docker/Dockerfile b/docker/Dockerfile index 89b159a95..cc246eaee 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:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b # Set the terminal type to Xterm. ENV TERM=xterm