-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|