From b9bf018d68afc38c14934be9a73125870cdaecb8 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:47:36 -0300 Subject: [PATCH] fix: rootfs missing packages --- fs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/Dockerfile b/fs/Dockerfile index b5e8f5d4..593c40bb 100644 --- a/fs/Dockerfile +++ b/fs/Dockerfile @@ -39,12 +39,12 @@ RUN apt-get update && \ bash=5.1-6ubuntu1 \ psmisc=23.4-2build3 \ bc=1.07.1-3build1 \ - curl=7.81.0-1ubuntu1.15 \ + curl=7.81.0-1ubuntu1.17 \ device-tree-compiler=1.6.1-1 \ jq=1.6-2.1ubuntu3 \ lua5.4=5.4.4-1 \ lua-socket=3.0~rc1+git+ac3201d-6 \ - xxd=2:8.2.3995-1ubuntu2.15 \ + xxd=2:8.2.3995-1ubuntu2.16 \ file=1:5.41-3ubuntu0.1 \ /tmp/${TOOLS_DEB} \ && \