Skip to content

Commit

Permalink
fix: image/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 29, 2023
1 parent 0f71f3a commit 1c56e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.18.0
FROM node:14.21.3

RUN apt-get update && apt-get install -y python gcc make g++ zlib1g-dev python-pip && \
pip install --upgrade pip setuptools
Expand Down

0 comments on commit 1c56e4a

Please sign in to comment.