Skip to content

Commit

Permalink
fix: docker/prod/node/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 11, 2024
1 parent d029501 commit 37d8b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/prod/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15-alpine AS builder
FROM node:20.18.0-alpine AS builder

WORKDIR /usr/src/app

Expand All @@ -12,7 +12,7 @@ RUN rm -rf dist

RUN npm run build

FROM node:20.15-alpine
FROM node:20.18.0-alpine

WORKDIR /usr/src/app

Expand Down

0 comments on commit 37d8b5d

Please sign in to comment.