diff --git a/Base/Dockerfile b/Base/Dockerfile index 6119db423..e062aaaad 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20250127 +FROM ubuntu:noble-20250404 ARG AUTHORS=SeleniumHQ LABEL authors="${AUTHORS} " LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium"