Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Aug 20, 2024
1 parent e852f06 commit dcee3e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/python.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget ca-certifi
RUN update-ca-certificates 2>/dev/null || true
RUN addgroup --system nonroot && adduser --system --ingroup nonroot nonroot
RUN chown -R nonroot:nonroot /app
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV POETRY_NO_INTERACTION=1
Expand Down

0 comments on commit dcee3e1

Please sign in to comment.