Skip to content

Commit 9023ee8

Browse files
committed
stop pinning py sdk version so we can always test latest
1 parent 1ce809d commit 9023ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/zhook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
set -o pipefail
4343
set -o xtrace
44-
pip install --user --upgrade requests openziti==1.2.0
44+
pip install --user --upgrade requests openziti
4545
echo "DEBUG: PYTHONPATH=${PYTHONPATH:-}"
4646
python ./zhook.py
4747

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3-slim AS builder
22

3-
RUN pip install --target=/app requests openziti==1.2.0
3+
RUN pip install --target=/app requests openziti
44

55
# https://github.com/GoogleContainerTools/distroless
66
FROM gcr.io/distroless/python3-debian12

0 commit comments

Comments
 (0)