diff --git a/Base/Dockerfile b/Base/Dockerfile index a52327ac71..8b6950fc49 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20241118.1 +FROM ubuntu:24.04 ARG AUTHORS=SeleniumHQ LABEL authors="${AUTHORS} " LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium"