Skip to content

Commit

Permalink
security(deps): update node.js to v14.21.1 (#849)
Browse files Browse the repository at this point in the history
* chore(deps): update node.js to v14.21.1

* build: update version of node in package.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: John Gedeon <[email protected]>
  • Loading branch information
renovate[bot] and gidjin authored Dec 1, 2022
1 parent b675f3a commit 46aba91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.20.1
14.21.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 14.20.1
nodejs 14.21.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##--------- Stage: builder ---------##

FROM node:14.20.1-slim AS builder
FROM node:14.21.1-slim AS builder

RUN apt-get update \
&& apt-get dist-upgrade -y \
Expand Down Expand Up @@ -65,7 +65,7 @@ CMD ["-r","./startup/index.js", "node_modules/.bin/next", "start"]
##--------- Stage: build-env ---------##

# Production image, copy all the files and run next
FROM node:14.20.1-slim AS build-env
FROM node:14.21.1-slim AS build-env

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.11.0",
"private": true,
"engines": {
"node": "14.20.1"
"node": "14.21.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 46aba91

Please sign in to comment.