From 7f9e85254ebdcc508f96a68b4804d300a9f1ad29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:44:30 +0000 Subject: [PATCH] Bump python in /Containers/talk-recording Bumps python from 3.12.3-alpine3.19 to 3.12.4-alpine3.19. --- 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 91591320..a28969ef 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM python:3.12.3-alpine3.19 +FROM python:3.12.4-alpine3.19 COPY --chmod=775 start.sh /start.sh