From 4f7499f660a20a3bdb157ed16f07c6c5a57d8c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:46:20 +0000 Subject: [PATCH] Bump ubuntu from noble-20240801 to noble-20241015 Bumps ubuntu from noble-20240801 to noble-20241015. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5dcd45d..4c50cbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN mix release # start a new build stage so that the final image will only contain # the compiled release and other runtime necessities -FROM ubuntu:noble-20240801 +FROM ubuntu:noble-20241015 RUN apt-get update -y && \ apt-get install -y libstdc++6 openssl libncurses6 locales ca-certificates \