From 36c88f665dd171052c9235e85669f3bf2cf97dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:33:20 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /operations/binsec Bumps ubuntu from `562456a` to `2e863c4`. --- 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 a7c50b18f8..ba2fd6ce88 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:24.04@sha256:562456a05a0dbd62a671c1854868862a4687bf979a96d48ae8e766642cd911e8 +FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 RUN apt-get update && \ apt-get install -y \