Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Update pcre2 to 10.36-r1 #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ ENV DEPENDENCY_CHECK=/usr/share/dependency-check/bin/dependency-check.sh

ENTRYPOINT [ "node" ]
CMD [ "index.js" ]

# atomist-start: fix for https://dso.atomist.com/T29E48P34/overview/cve/CVE-2022-1587
RUN apk add --no-cache \
pcre2=10.36-r1
# atomist-end