diff --git a/images/python-script/Dockerfile b/images/python-script/Dockerfile index eaca8fe..4da669f 100644 --- a/images/python-script/Dockerfile +++ b/images/python-script/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.3-slim-bookworm +FROM python:3.13.4-slim-bookworm RUN set -e; \ apt-get update -q; \