Skip to content

Commit

Permalink
Merge pull request #487 from llong2195/snyk-fix-490534e41cd6573988c56…
Browse files Browse the repository at this point in the history
…dc59d7a5ceb

[Snyk] Security upgrade node from 16.17-slim to 20.12.2-slim
  • Loading branch information
llong2195 committed Jun 20, 2024
2 parents bf8c884 + a194536 commit 89d8482
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:16.17-slim AS builder
FROM node:20.12.2-slim AS builder

WORKDIR /usr/src/app

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

RUN npm run build

FROM node:16.17-slim
FROM node:20.12.2-slim

WORKDIR /usr/src/app

Expand Down

0 comments on commit 89d8482

Please sign in to comment.