From 73526b92d4b75dcfc6d958b6808f8b1d94f4c9c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 13:06:14 +0000 Subject: [PATCH] Bump python in /Containers/talk-recording Bumps python from 3.11.3-alpine3.18 to 3.11.4-alpine3.18. --- 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 3e70e0e3..a2a9a6dc 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3-alpine3.18 +FROM python:3.11.4-alpine3.18 COPY --chmod=775 start.sh /start.sh