diff options
author | Christian Segundo | 2024-02-11 14:49:27 +0100 |
---|---|---|
committer | Christian Segundo | 2024-02-11 14:49:27 +0100 |
commit | 755cdd732bca6c540c951b51b9f82a6152ec56b2 (patch) | |
tree | 25cf14cf5496e04cf3122fa7d54a4dbea008580d /Dockerfile | |
parent | d1174938fa6feb0e1798fe33b231d32c6ead9575 (diff) | |
download | ledger-fava-755cdd732bca6c540c951b51b9f82a6152ec56b2.tar.gz |
upgrade to fix trivy ci
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ RUN \ --no-create-home fava && \ chown -R fava:fava /home/fava && \ apt-get update && \ + apt-get upgrade -y && \ apt-get install --no-install-recommends -y \ beancount \ ledger \ |