Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

[Snyk] Security upgrade node from 14.17.1-alpine to 14.18.0-alpine #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Container
FROM node:14.17.1-alpine AS builder
FROM node:14.18.0-alpine AS builder

WORKDIR /app

Expand All @@ -17,7 +17,7 @@ RUN yarn build


# Production Container
FROM node:14.17.1-alpine
FROM node:14.18.0-alpine

LABEL maintainer="Chao Tzu-Hsien"

Expand Down