Skip to content

Commit ec64da8

Browse files
authored
Merge pull request #28 from Caspeco/parse/azure-python-version
Lock Python version to 3.10 to avoid issue with Azure CLI missing support for Python 3.11
2 parents 8741392 + 6438be6 commit ec64da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:latest
1+
FROM python:3.10
22

33
LABEL "com.github.actions.name"="azure-blob-storage-upload"
44
LABEL "com.github.actions.description"="Uploads assets to Azure Blob Storage"

0 commit comments

Comments
 (0)