Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 7f13dff00b chore(deps): update docker.io/oven/bun docker tag to v1.3.14
renovate/stability-days Updates have not met minimum release age requirement
CI / Test (pull_request) Successful in 13s
CI / Build check (pull_request) Failing after 1m9s
2026-05-31 10:20:09 +00:00
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 WORKDIR /app
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -9,7 +9,7 @@
"@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0", "@typescript-eslint/parser": "5.62.0",
"cspell": "10.0.0", "cspell": "10.0.0",
"eslint": "10.4.0", "eslint": "8.57.1",
"typescript": "6.0.3", "typescript": "6.0.3",
"@types/bun": "latest" "@types/bun": "latest"
}, },