We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 125a79b + 6307736 commit ff7656bCopy full SHA for ff7656b
2 files changed
README.md
@@ -34,7 +34,7 @@ Run:
34
```
35
Image (distroless Node 22, Next.js standalone):
36
37
-- ~171 MB uncompressed (see with `docker images ghcr.io/ebox86/hello`)
+- ~172 MB uncompressed (see with `docker images ghcr.io/ebox86/hello`)
38
39
---
40
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hello",
3
- "version": "0.1.0",
+ "version": "1.0.0",
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
0 commit comments