Skip to content

Commit 1266db7

Browse files
committed
chore: bump npm package
1 parent d8b04e8 commit 1266db7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Autogenerate a Dockerfile
1+
# Dockerfile Generator
22

33
`new-dockerfile` is a CLI tool and Go package automatically generates a configurable Dockerfile
44
based on your project source code. It supports a wide range of languages and frameworks, including Next.js,

node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "new-dockerfile",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"config": {
5-
"bin_version": "0.2.2"
5+
"bin_version": "0.2.3"
66
},
77
"description": "Autogenerate Dockerfiles from your project source code",
88
"main": "index.js",

0 commit comments

Comments
 (0)