chore: add apt-get upgrade to Dockerfile for security updates

pull/106/head
Jeff Culverhouse 2 weeks ago
parent be9b3b384d
commit d66d3aebbc

@ -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/*

Loading…
Cancel
Save