diff --git a/Dockerfile b/Dockerfile index 1e27f8ed..0117e643 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,7 @@ FROM python:3.14-slim AS arch RUN set -eux; \ apt-get update; \ + apt-get upgrade -y; \ apt-get install -y --no-install-recommends gettext-base curl; \ apt-get clean; rm -rf /var/lib/apt/lists/*