diff --git a/notebooks/.devcontainer/Dockerfile b/notebooks/.devcontainer/Dockerfile index 20018ab..9b46b06 100644 --- a/notebooks/.devcontainer/Dockerfile +++ b/notebooks/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.14 +FROM python:3.11.15 # create non-root user and set the default user ARG USERNAME=devuser ARG USER_UID=1000