diff --git a/Base/Dockerfile b/Base/Dockerfile index 9e1e78aee..feeee9751 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20241011 +FROM ubuntu:noble-20241015 ARG AUTHORS=SeleniumHQ LABEL authors="${AUTHORS} " LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-selenium"