Skip to content

Commit

Permalink
chore(deps): update node.js to v14.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 2, 2022
1 parent c2129a3 commit 78d5ef2
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 78d5ef2

Please sign in to comment.