diff --git a/Dockerfile b/Dockerfile index 1cddcc4..86fdf90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # This Dockerfile is used to build the APSVIZ-Supervisor image -FROM python:3.11.3-slim +FROM python:3.11.4-slim # update the image base RUN apt-get update && apt-get -y upgrade