From 381acc5d8eaf7dae090ec4b14d09fc3828edec5f Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Tue, 13 Jan 2026 07:30:12 -0600 Subject: [PATCH] Auto-bump deps on wix-docker (#38167) We already do this for bomutils, and this will get us out from under a few vuln alerts in the published Docker iamges. --- tools/wix-docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/wix-docker/Dockerfile b/tools/wix-docker/Dockerfile index 2c44405ed3..1eeccf880d 100644 --- a/tools/wix-docker/Dockerfile +++ b/tools/wix-docker/Dockerfile @@ -10,6 +10,7 @@ RUN true \ wget \ unzip \ osslsigncode \ + && apt upgrade -y \ && mkdir /wix \ && rm -rf /var/lib/apt/lists/*