We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c88d3 commit 0095b5bCopy full SHA for 0095b5b
.github/workflows/python-package.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- python-version: [3.7]
+ python-version: [3.13]
20
21
steps:
22
- uses: actions/checkout@v2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.7-alpine
+FROM python:3.13-alpine
2
3
LABEL MAINTAINER="Daniel Pryor <[email protected]>"
4
LABEL NAME=vmware_exporter
0 commit comments