diff --git a/Dockerfile b/Dockerfile index 77e1c53..00cbacc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 0: Base -FROM python:3.14.5-alpine AS base +FROM python:3.14.6-alpine AS base # Set the working directory WORKDIR /app