From c37e19c1afc6cc52811887dbe7feead17ee93c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 06:38:13 +0000 Subject: [PATCH] chore(deps): bump ubuntu from 22.04 to 24.04 in /operations/nlp Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- operations/nlp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/nlp/Dockerfile b/operations/nlp/Dockerfile index 80c66e773d..d67c9a0485 100644 --- a/operations/nlp/Dockerfile +++ b/operations/nlp/Dockerfile @@ -3,7 +3,7 @@ # docker run --rm -ti -p 80:8080 himanshu/nlp -insecure -log debug # # curl -v http://127.0.0.1:80/list/sources -FROM ubuntu:22.04@sha256:6042500cf4b44023ea1894effe7890666b0c5c7871ed83a97c36c76ae560bb9b +FROM ubuntu:24.04@sha256:562456a05a0dbd62a671c1854868862a4687bf979a96d48ae8e766642cd911e8 RUN apt-get update && \ apt-get install -y \