Skip to content

Commit

Permalink
chore(python-runtime): remove pinned version of libexpat (#3844)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
odubajDT and mowies authored Nov 11, 2024
1 parent 80882e1 commit 8f23af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/python-runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolki
org.opencontainers.image.vendor="Keptn" \
org.opencontainers.image.licenses="Apache-2.0"

RUN apk --no-cache add curl libexpat==2.6.3-r0
RUN apk --no-cache add curl

RUN pip install -q --disable-pip-version-check pyyaml GitPython requests

Expand Down

0 comments on commit 8f23af5

Please sign in to comment.