fix: Use latest python image as base (#7276)

This commit is contained in:
dswd
2026-03-19 14:12:46 +01:00
committed by GitHub
parent be4f71e5df
commit 002a7e3741

View File

@@ -21,7 +21,7 @@ RUN yarn generate
###############################################
# Base Image - Python
###############################################
FROM python:3.12-slim@sha256:2267adc248a477c1f1a852a07a5a224d42abe54c28aafa572efa157dfb001bba \
FROM python:3.12-slim@sha256:7026274c107626d7e940e0e5d6730481a4600ae95d5ca7eb532dd4180313fea9 \
AS python-base
ENV MEALIE_HOME="/app"