Skip to content

Commit

Permalink
fix: backend/certificate_signer_library/Dockerfile to reduce vulnerab…
Browse files Browse the repository at this point in the history
…ilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532
  • Loading branch information
snyk-bot committed Jul 24, 2024
1 parent 1c74fb0 commit ede2893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/certificate_signer_library/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:20.15.1-alpine3.20
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
ENV CERTIFICATE_NAMESPACE "https://cowin.gov.in/credentials/vaccination/v1"
Expand Down

0 comments on commit ede2893

Please sign in to comment.