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