Skip to content

Commit

Permalink
Merge pull request #78 from mietzen/revert-to-python-3.12
Browse files Browse the repository at this point in the history
Revert to python 3.12
  • Loading branch information
mietzen authored Jan 14, 2025
2 parents b4e8ce6 + d45dab0 commit ec64daa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: "/Docker"
schedule:
interval: "weekly"
ignore:
- dependency-name: "python"
versions: ["3.13.x"]
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.1-slim
FROM python:3.12.8-slim

ARG PORKBUN_DDNS_VERSION=0.0.0

Expand Down

0 comments on commit ec64daa

Please sign in to comment.