diff --git a/Dockerfile b/Dockerfile index d716fd3160..684a7156f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # # ---- base image to inherit from ---- -FROM python:3.9.16 as base +FROM python:3.14.2 as base # ---- Front-end builder image ---- FROM node:14 as front-builder