diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index ea3f77f8..0c2b78ed 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM python:3.13.5-alpine3.22 +FROM python:3.13.6-alpine3.22 COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh