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 f912b72 commit 0c0ec74Copy full SHA for 0c0ec74
runtimes/python-runtime/Dockerfile
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolki
6
org.opencontainers.image.vendor="Keptn" \
7
org.opencontainers.image.licenses="Apache-2.0"
8
9
-RUN apk --no-cache add curl libexpat==2.6.3-r0
+RUN apk --no-cache add curl libexpat
10
11
RUN pip install -q --disable-pip-version-check pyyaml GitPython requests
12
0 commit comments