diff --git a/Dockerfile b/Dockerfile index edd0a60..dc02365 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-alpine +FROM python:3.14-alpine LABEL "com.github.actions.name"="GitHub Action for pytest" LABEL "com.github.actions.description"="Run pytest commands"