From 86182f5554ee2ce4ba5832fbe5988a6925b15451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:26:52 +0000 Subject: [PATCH] Bump ubuntu from noble-20240801 to noble-20241009 Bumps ubuntu from noble-20240801 to noble-20241009. --- 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 2a458b4..c5705cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20240801 +FROM ubuntu:noble-20241009 ARG TZ=America/New_York RUN apt update && DEBIAN_FRONTEND=noninteractive apt -yq install python3-gpiozero python3-requests python3-python-telegram-bot