From c4b35c5ebfc2f113246bf3fd2d7f828bd1d095c5 Mon Sep 17 00:00:00 2001 From: odubajDT Date: Fri, 15 Mar 2024 09:47:40 +0100 Subject: [PATCH 1/2] docs: adapt non-existing golangci url Signed-off-by: odubajDT --- docs/docs/contribute/docs/linter-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contribute/docs/linter-requirements.md b/docs/docs/contribute/docs/linter-requirements.md index 0c31e5127b..5d3670bd8c 100644 --- a/docs/docs/contribute/docs/linter-requirements.md +++ b/docs/docs/contribute/docs/linter-requirements.md @@ -11,7 +11,7 @@ the following configuration is required. ## Golangci-lint Further information can also be found in -the [`golangci-lint` documentation](https://golangci-lint.run/usage/integrations/). +the [`golangci-lint` documentation](https://golangci-lint.run/welcome/integrations/). ### Visual Studio Code From 50229d8b47d0cec81cf916885e8ae7359d0bb8f2 Mon Sep 17 00:00:00 2001 From: odubajDT Date: Fri, 15 Mar 2024 10:35:35 +0100 Subject: [PATCH 2/2] fix python-runtime libexpat dependency Signed-off-by: odubajDT --- runtimes/python-runtime/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/python-runtime/Dockerfile b/runtimes/python-runtime/Dockerfile index dca5b5c799..852440de84 100644 --- a/runtimes/python-runtime/Dockerfile +++ b/runtimes/python-runtime/Dockerfile @@ -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.0-r0 +RUN apk --no-cache add curl libexpat==2.6.2-r0 RUN pip install -q --disable-pip-version-check pyyaml GitPython requests