Skip to content

Commit

Permalink
Merge pull request #131 from lahung1992/snyk-fix-d66c9346a2b1c028255c…
Browse files Browse the repository at this point in the history
…aee5a1ce961f

[Snyk] Security upgrade node from 16.9.1-alpine to 16.19.1-alpine
  • Loading branch information
lahung1992 authored Mar 29, 2023
2 parents 74a5a64 + fc662c5 commit 45e5023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# --------------------------------------------------------------------------------
# BASE IMAGE
# --------------------------------------------------------------------------------
FROM node:16.9.1-alpine as base
FROM node:16.19.1-alpine as base

RUN apk add --no-cache make g++ git

Expand Down Expand Up @@ -61,7 +61,7 @@ RUN npm run build
# MAIN IMAGE
# --------------------------------------------------------------------------------

FROM node:16.9.1-alpine as production
FROM node:16.19.1-alpine as production

# Let's make our home
WORKDIR /usr/src/docs
Expand Down

0 comments on commit 45e5023

Please sign in to comment.