Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f13dff00b |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/oven/bun:1.3.6@sha256:f20d9cf365ab35529384f1717687c739c92e6f39157a35a95ef06f4049a10e4a AS base
|
||||
FROM docker.io/oven/bun:1.3.14@sha256:e10577f0db68676a7024391c6e5cb4b879ebd17188ab750cf10024a6d700e5c4 AS base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
"start": "bun run src/main.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "8.59.4",
|
||||
"@typescript-eslint/parser": "8.59.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"cspell": "10.0.0",
|
||||
"eslint": "8.57.1",
|
||||
"typescript": "6.0.3",
|
||||
|
||||
Reference in New Issue
Block a user