From 0800fd44583b2564630efc75b8eae01bcb0924c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:51:43 +0000 Subject: [PATCH] build(deps): bump python in /Containers/talk-recording Bumps python from 3.12.5-alpine3.20 to 3.12.6-alpine3.20. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Containers/talk-recording/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index e13bc9ff..0c98bd59 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM python:3.12.5-alpine3.20 +FROM python:3.12.6-alpine3.20 COPY --chmod=775 start.sh /start.sh