We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c5800 commit 1f92052Copy full SHA for 1f92052
Dockerfile
@@ -1,5 +1,5 @@
1
# setting the base-image
2
-FROM python:3-slim
+FROM python:3.12-slim
3
4
# importing the action
5
COPY . /action
README.md
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
33
- name: Updating the badge
34
- uses: lnxpy/pypi-chart-badge@v1
+ uses: lnxpy/pypi-chart-badge@v1.1
35
with:
36
package_name: '<PACKAGE-NAME>'
37
0 commit comments