diff --git a/.github/workflows/create-docker-action.yml b/.github/workflows/create-docker-action.yml index 716e489..391207c 100644 --- a/.github/workflows/create-docker-action.yml +++ b/.github/workflows/create-docker-action.yml @@ -38,5 +38,5 @@ jobs: with: context: . push: true - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:3.9 + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:3.10 labels: ${{ steps.meta.outputs.labels }} diff --git a/Dockerfile b/Dockerfile index 497d026..2c7bc1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.10-slim WORKDIR /app COPY Pipfile Pipfile.lock /app/ diff --git a/Pipfile b/Pipfile index 398f800..9bca526 100644 --- a/Pipfile +++ b/Pipfile @@ -49,4 +49,4 @@ python-box = "*" python-levenshtein = "*" [requires] -python_version = "3.9" +python_version = "3.10"