From 439d9c3a5dbbe4b0e2d81c85b6e71f263a3aacef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:44:38 +0000 Subject: [PATCH] Bump python from 3.12.0rc2-slim-bullseye to 3.12.0rc3-slim-bullseye (#456) Bumps python from 3.12.0rc2-slim-bullseye to 3.12.0rc3-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f93b6574..a8f7fa4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ # along with this program. If not, see . -FROM python:3.12.0rc2-slim-bullseye +FROM python:3.12.0rc3-slim-bullseye ADD . /jetson_stats