Skip to content

Commit

Permalink
Latest vulnerability fixes - ip
Browse files Browse the repository at this point in the history
1. Package ip had vulnerabilities.
Upgrading node-alpine docker image to latest available version.

This node image does not contain the ip package at all.
Additionally, the latest ip version 2.0.1 might not contain the remediation as yet.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 5, 2024
1 parent 9398495 commit 08df4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.5.0-alpine
FROM node:21.7.2-alpine

RUN mkdir -p /public
WORKDIR /public
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.5.0-alpine
FROM node:21.7.2-alpine

RUN mkdir -p /public
WORKDIR /public
Expand Down

0 comments on commit 08df4dd

Please sign in to comment.