Skip to content

Commit bf564ae

Browse files
update node-alpine image (#784)
1 parent 622da79 commit bf564ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.23.0
1+
v18.12.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212

1313
# Main
14-
FROM node:12.22.12-alpine3.15
14+
FROM node:18.12.1-alpine3.15
1515

1616
RUN apk --update add --no-cache ca-certificates git curl bash jq
1717

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.81.5",
3+
"version": "0.81.6",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,
@@ -9,7 +9,7 @@
99
"test": "jest .spec.js --coverage",
1010
"e2e": "bash e2e/e2e.spec.sh",
1111
"eslint": "eslint --fix lib/logic/**",
12-
"pkg": "pkg . -t node12-alpine-x64,node12-macos-x64,node12-linux-x64,node12-win-x64 --out-path ./dist",
12+
"pkg": "pkg . -t node16-alpine-x64,node16-macos-x64,node16-linux-x64,node16-win-x64 --out-path ./dist",
1313
"serve-docs": "yarn build-local-docs && cd temp && hugo server -D",
1414
"serve-docs-beta": "ALLOW_BETA_COMMANDS=true yarn build-local-docs && cd temp && hugo server -D",
1515
"build-local-docs": "node ./docs/index.js",
@@ -105,7 +105,7 @@
105105
"author": "Codefresh",
106106
"license": "ISC",
107107
"engines": {
108-
"node": ">=10.15.3"
108+
"node": "18.12.1"
109109
},
110110
"jest": {
111111
"testEnvironment": "node",

0 commit comments

Comments
 (0)