Skip to content

Commit

Permalink
fix python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
paul673 committed Aug 19, 2024
1 parent 6d855d7 commit 196c084
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM python:3
# ensure that the python version matches the version used for hc.ntnu.no
FROM python:3.7

LABEL "com.github.actions.name"="Black Code Formatter"
LABEL "com.github.actions.description"="Format Python code using black"
LABEL "com.github.actions.icon"="code"
LABEL "com.github.actions.color"="yellow"

LABEL "repository"="https://github.com/lgeiger/black-action"
LABEL "repository"="https://github.com/HoiskolensChemikerforening/black-action"
LABEL "homepage"="https://github.com/lgeiger/black-action"
LABEL "maintainer"="Lukas Geiger <[email protected]>"

Expand Down

0 comments on commit 196c084

Please sign in to comment.