Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
27cb05e22a fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755
- https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755
2023-03-30 15:12:02 +00:00

View File

@@ -6,7 +6,7 @@ RUN npm install
RUN npm run build
RUN npm prune
FROM node:18.14.1-alpine as webapp
FROM node:18.15-alpine as webapp
RUN apk add curl
WORKDIR /opt/app
COPY . /opt/app