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 1ce809d commit 9023ee8Copy full SHA for 9023ee8
.github/workflows/zhook.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
set -o pipefail
43
set -o xtrace
44
- pip install --user --upgrade requests openziti==1.2.0
+ pip install --user --upgrade requests openziti
45
echo "DEBUG: PYTHONPATH=${PYTHONPATH:-}"
46
python ./zhook.py
47
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3-slim AS builder
2
3
-RUN pip install --target=/app requests openziti==1.2.0
+RUN pip install --target=/app requests openziti
4
5
# https://github.com/GoogleContainerTools/distroless
6
FROM gcr.io/distroless/python3-debian12
0 commit comments