Skip to content

Commit

Permalink
Revert "build(deps): bump node from 16.14.2-alpine3.15 to 18.12.1-alp…
Browse files Browse the repository at this point in the history
…ine3.15 (#477)"

This reverts commit b2ba645.
  • Loading branch information
groupsky committed Jan 11, 2023
1 parent 8997b99 commit 980e396
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
16
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Stage BUILD ########################################################################################################
FROM node:18.12.1-alpine3.15 AS build
FROM node:16.14.2-alpine3.15 AS build

# Install tools, create app dir, add user and set rights
RUN set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Geno Roupsky",
"private": true,
"engines": {
"node": "18"
"node": ">=8"
},
"devDependencies": {
"budo": "^11.8.4",
Expand Down

0 comments on commit 980e396

Please sign in to comment.