From c37847424fd82c552495cd6ad48a2018ebfbd6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:06:50 +0000 Subject: [PATCH] Bump ubuntu from 17.10 to 24.04 in /example/zoo Bumps ubuntu from 17.10 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/zoo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/zoo/Dockerfile b/example/zoo/Dockerfile index 4508bf11..48852852 100644 --- a/example/zoo/Dockerfile +++ b/example/zoo/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:17.10 +FROM ubuntu:24.04 WORKDIR /app ADD . /app