From 965a1d5d9c4b2f2fe8ed521ed6399314ecf7745c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 06:33:05 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /dffml/skel/operations Bumps ubuntu from `6042500` to `a2bbdf7`. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dffml/skel/operations/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dffml/skel/operations/Dockerfile b/dffml/skel/operations/Dockerfile index ff3767ec67..e37c0fbe88 100644 --- a/dffml/skel/operations/Dockerfile +++ b/dffml/skel/operations/Dockerfile @@ -3,7 +3,7 @@ # docker run --rm -ti -p 80:8080 REPLACE_ORG_NAME/REPLACE_IMPORT_PACKAGE_NAME -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 \