diff --git a/build/Dockerfile b/build/Dockerfile index 617b48af83..781bc30cd7 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 as base-environment +FROM ubuntu:23.04 as base-environment ENV TZ=US/Eastern RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone