diff --git a/Dockerfile b/Dockerfile
index 79a6891..403dc0d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Use an official Python runtime as a parent image
-FROM python:3.11.9-alpine@sha256:e8effbb94ea2e5439c6b69c97c6455ff11fce94b7feaaed84bb0f2300d798cb7
+FROM python:3.11.9-alpine@sha256:c6b5f023d80d67a3b94bc43f55d5e09669713db8edc90065660f6474a6754287
 
 # Copy the files into the Docker image
 COPY . .