diff --git a/Dockerfile b/Dockerfile index 2b1b8e0..692ae74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Using official python runtime base image -FROM python:3.9.4-slim +FROM python:3.9.5-slim # Set the application directory WORKDIR /app