Compare commits

...

2 Commits

Author SHA1 Message Date
8d0c44e574 Merge pull request 'Update python Docker tag to v3.13' (#30) from renovate/python-3.x into main
All checks were successful
Build Docker Image / build (push) Successful in 4m10s
Reviewed-on: https://git.home.timatlee.com/timatlee/cloudflare-ddns-docker-updated/pulls/30
2024-10-08 18:41:26 -06:00
20403b84fd Update python Docker tag to v3.13
All checks were successful
Build Docker Image / build (push) Successful in 5m2s
2024-10-08 01:00:36 +00:00

View File

@@ -1,4 +1,4 @@
FROM python:3.12-slim FROM python:3.13-slim
WORKDIR /app WORKDIR /app