Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Fix security #5774

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
Binyang2014 committed May 9, 2022
commit 79e4785706c78ee93cdeb66523e194a056033d19
2 changes: 1 addition & 1 deletion src/alert-manager/build/alert-handler.common.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

FROM node:dubnium
FROM node:fermium

WORKDIR /usr/src/app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

FROM node:dubnium
FROM node:fermium

WORKDIR /usr/src/app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

FROM node:carbon
FROM node:fermium

WORKDIR /database-controller

Expand Down
2 changes: 1 addition & 1 deletion src/rest-server/build/rest-server.common.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FROM node:dubnium
FROM node:fermium

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion src/webportal/build/webportal.common.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FROM node:carbon
FROM node:fermium

WORKDIR /usr/src/app

Expand Down