From 2cf2933fbd36cb966bed7f994db8921f8e269ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 06:15:02 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /operations/binsec Bumps ubuntu from `6042500` to `a2bbdf7`. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- operations/binsec/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/binsec/Dockerfile b/operations/binsec/Dockerfile index 7634653049..c961aa5d62 100644 --- a/operations/binsec/Dockerfile +++ b/operations/binsec/Dockerfile @@ -2,7 +2,7 @@ # docker build -t intelotc/dffml_operations_binsec . # docker run --rm -ti -p 80:8080 intelotc/operations -insecure -log debug # curl -v http://127.0.0.1:80/list/sources -FROM ubuntu:22.04@sha256:6042500cf4b44023ea1894effe7890666b0c5c7871ed83a97c36c76ae560bb9b +FROM ubuntu:22.04@sha256:a2bbdf79d03f6d4171bbd6ebb4782f6229375951987d3427ec3d9373f9841cd7 RUN apt-get update && \ apt-get install -y \