Skip to content

Commit

Permalink
Merge pull request #196 from CougarCS/renovate/node-14.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v14.19.0
  • Loading branch information
vyas0189 committed Feb 2, 2022
2 parents c2129a3 + 78d5ef2 commit fcc2009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.18.3-alpine3.14 AS build
FROM node:14.19.0-alpine3.14 AS build

ENV NODE_ENV prod

Expand All @@ -14,7 +14,7 @@ RUN npm run build \
&& npm prune --production


FROM node:14.18.3-alpine3.14
FROM node:14.19.0-alpine3.14

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.18.3-alpine3.14 AS development
FROM node:14.19.0-alpine3.14 AS development

ENV NODE_ENV dev

Expand Down

0 comments on commit fcc2009

Please sign in to comment.