Skip to content

Commit

Permalink
fix: convertPheno_client/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 19, 2024
1 parent d59232f commit b0b3ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convertPheno_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . .
RUN pnpm run build

#production environment
FROM nginx:1.23-alpine
FROM nginx:1.25.4-alpine
RUN apk add openssl shadow
RUN apk add --no-cache npm
RUN npm install -g vite
Expand Down

0 comments on commit b0b3ec3

Please sign in to comment.