use slim image

This commit is contained in:
sangge-redmi 2024-01-16 00:19:01 +08:00
parent d1558ad6db
commit 95c7f84451
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/python:3.11 FROM docker.io/python:3-slim
ENV INPUT_GH_TOKEN \ ENV INPUT_GH_TOKEN \
INPUT_WAKATIME_API_KEY \ INPUT_WAKATIME_API_KEY \

View File

@ -520,6 +520,7 @@ def genesis():
str_new_content = b64_new_content.decode("utf-8") str_new_content = b64_new_content.decode("utf-8")
gitea_repo.change_file(readmes[0].name, readmes[0].sha, str_new_content) gitea_repo.change_file(readmes[0].name, readmes[0].sha, str_new_content)
logger.info("Stats updated successfully") logger.info("Stats updated successfully")
return
################### driver ################### ################### driver ###################