Skip to content

Commit 4b01bac

Browse files
move to 14.20.0 node
1 parent e3a01da commit 4b01bac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.22.12-alpine
1+
FROM node:14.20.0-alpine
22

33
RUN apk update && apk upgrade && apk add --no-cache bash mc
44
RUN mkdir -p /debugger

codefresh.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
stage: "clone"
1414
install:
1515
title: "Install Docker Image"
16-
image: node:12.22.12
16+
image: node:14.20.0
1717
stage: "install"
1818
shell: bash
1919
commands:
@@ -36,9 +36,9 @@ steps:
3636
- "cf_export PACKAGE_VERSION"
3737
- |-
3838
source /get-token/get-gh-token.sh
39-
if [[ "$(git describe --tags --abbrev=0)" == "${PACKAGE_VERSION}" ]]; then
39+
if [[ "$(git describe --tags --abbrev=0)" == "${PACKAGE_VERSION}" ]]; then
4040
echo "Git tag is already created, skipping..."
41-
exit 0
41+
exit 0
4242
fi
4343
curl --fail -X POST -d "{\"ref\": \"refs/tags/${PACKAGE_VERSION}\", \"sha\": \"${CF_REVISION}\"}" -H "Authorization: token ${GITHUB_TOKEN}" https://api.github.com/repos/${CF_REPO_OWNER}/${CF_REPO_NAME}/git/refs
4444
when:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cf-debugger",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)