Skip to content

Commit

Permalink
update node-alpine image (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-codefresh authored Jan 27, 2023
1 parent 622da79 commit bf564ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.23.0
v18.12.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)

# Main
FROM node:12.22.12-alpine3.15
FROM node:18.12.1-alpine3.15

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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.81.5",
"version": "0.81.6",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand All @@ -9,7 +9,7 @@
"test": "jest .spec.js --coverage",
"e2e": "bash e2e/e2e.spec.sh",
"eslint": "eslint --fix lib/logic/**",
"pkg": "pkg . -t node12-alpine-x64,node12-macos-x64,node12-linux-x64,node12-win-x64 --out-path ./dist",
"pkg": "pkg . -t node16-alpine-x64,node16-macos-x64,node16-linux-x64,node16-win-x64 --out-path ./dist",
"serve-docs": "yarn build-local-docs && cd temp && hugo server -D",
"serve-docs-beta": "ALLOW_BETA_COMMANDS=true yarn build-local-docs && cd temp && hugo server -D",
"build-local-docs": "node ./docs/index.js",
Expand Down Expand Up @@ -105,7 +105,7 @@
"author": "Codefresh",
"license": "ISC",
"engines": {
"node": ">=10.15.3"
"node": "18.12.1"
},
"jest": {
"testEnvironment": "node",
Expand Down

0 comments on commit bf564ae

Please sign in to comment.