diff --git a/Dockerfile b/Dockerfile index 2fb415bd7..cb1ef43c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:23.04 +FROM ubuntu:latest RUN apt-get update && \ apt-get install -y git && \