From bd3fe8f66b9e614465520cc0d20b81269d764ccb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:53:16 +0000 Subject: [PATCH] chore(deps): update python:3.13.1-alpine docker digest to b6f01a0 --- docs/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-compose.yml b/docs/docker-compose.yml index cf74b15..2deb35a 100644 --- a/docs/docker-compose.yml +++ b/docs/docker-compose.yml @@ -1,6 +1,6 @@ services: docs: - image: python:3.13.1-alpine@sha256:ef276cd33d811f202f7c150ba9ff30b2ef09a5a54644dea0777bc102582aacee + image: python:3.13.1-alpine@sha256:b6f01a01e34091438a29b6dda4664199e34731fb2581ebb6fe255a2ebf441099 entrypoint: [ ] command: sh -c "cd docs && pip install -r requirements.txt && mkdocs serve --dev-addr=0.0.0.0:8000" volumes: