aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Segundo2024-02-11 14:49:27 +0100
committerChristian Segundo2024-02-11 14:49:27 +0100
commit755cdd732bca6c540c951b51b9f82a6152ec56b2 (patch)
tree25cf14cf5496e04cf3122fa7d54a4dbea008580d
parentd1174938fa6feb0e1798fe33b231d32c6ead9575 (diff)
downloadledger-fava-755cdd732bca6c540c951b51b9f82a6152ec56b2.tar.gz
upgrade to fix trivy ci
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2264a95..34f510d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \