diff --git a/Dockerfile b/Dockerfile index 45b13df..d1f4acc 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.12.1-node # Base image uses "circleci", to avoid using `sudo` run as root user USER root