mirror of
https://github.com/gaurav-nelson/github-action-markdown-link-check.git
synced 2024-11-22 11:53:00 +03:00
1c7e3fe81b
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5821142 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5821142
6 lines
168 B
Docker
6 lines
168 B
Docker
FROM node:20-alpine3.18
|
|
RUN apk add --no-cache bash>5.0.16-r0 git>2.26.0-r0
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|