Skip to content

Commit

Permalink
fix(python-runtime): bump libexpat to v2.6.2 (#3276)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored Mar 15, 2024
1 parent e51103b commit 8ceae7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/contribute/docs/linter-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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.0-r0
RUN apk --no-cache add curl libexpat==2.6.2-r0

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

Expand Down

0 comments on commit 8ceae7e

Please sign in to comment.