Skip to content

Commit

Permalink
test zhook script directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Sep 12, 2024
1 parent 9b5f08f commit 57cce6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM python:3-slim AS builder
ADD . /app
WORKDIR /app

RUN pip install --target=/app requests openziti==0.7.2
RUN pip install --target=/app requests openziti

# https://github.com/GoogleContainerTools/distroless
FROM gcr.io/distroless/python3-debian10
FROM gcr.io/distroless/python3-debian12
COPY --from=builder /app /app
WORKDIR /app
ENV PYTHONPATH /app
Expand Down

0 comments on commit 57cce6e

Please sign in to comment.