mirror of
https://github.com/gaurav-nelson/github-action-markdown-link-check.git
synced 2024-11-22 11:53:00 +03:00
fix: Dockerfile to reduce vulnerabilities
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
This commit is contained in:
parent
322b231568
commit
1c7e3fe81b
@ -1,4 +1,4 @@
|
||||
FROM node:lts-alpine
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user