This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new b02f42107 chore(deps): update ubuntu docker tag to questing-20251217
(#3919)
b02f42107 is described below
commit b02f421071ed191b62240fb9e05d96e0d5303c4b
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Mar 2 08:12:04 2026 +0000
chore(deps): update ubuntu docker tag to questing-20251217 (#3919)
---
site/docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/docker/Dockerfile b/site/docker/Dockerfile
index 0d5b9f7e7..5e4544d03 100644
--- a/site/docker/Dockerfile
+++ b/site/docker/Dockerfile
@@ -17,7 +17,7 @@
# under the License.
#
-FROM ubuntu:25.10 AS hugo
+FROM ubuntu:questing-20251217 AS hugo
ENV LANGUAGE='en_US:en' \
HUGO_VERSION='0.157.0'