Skip to content

Commit

Permalink
node (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-codefresh authored Aug 8, 2023
1 parent 17f81b3 commit be8553c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.21.3-alpine
FROM node:16.20.1-alpine

RUN apk update && apk upgrade && apk add --no-cache bash mc
RUN mkdir -p /debugger
Expand Down
2 changes: 1 addition & 1 deletion codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
stage: "clone"
install:
title: "Install Docker Image"
image: node:14.20.0
image: node:16.20.1
stage: "install"
shell: bash
commands:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-debugger",
"version": "1.3.2",
"version": "1.3.3",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit be8553c

Please sign in to comment.