diff --git a/Dockerfile b/Dockerfile index 2191645..d3dedbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ ENV APP_PRETEND_VERSION=${VERSION} # ===== System Dependencies ===== RUN apt-get update && \ + apt-get upgrade -y && \ apt-get install -y --no-install-recommends git && \ pip install --no-cache-dir uv && \ rm -rf /var/lib/apt/lists/*