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