diff --git a/Dockerfile b/Dockerfile index 45b13df..ce64ab5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # CircleCI docker image to run within -FROM cimg/python:3.10.7-node +FROM cimg/python:3.14.0-node # Base image uses "circleci", to avoid using `sudo` run as root user USER root