python 3.10

This commit is contained in:
burnettk
2022-09-14 12:28:48 -04:00
parent d1d21e38d5
commit 3c776b5949
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 }}
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim
WORKDIR /app
COPY Pipfile Pipfile.lock /app/
+1 -1
View File
@@ -49,4 +49,4 @@ python-box = "*"
python-levenshtein = "*"
[requires]
python_version = "3.9"
python_version = "3.10"