1 Commits

Author SHA1 Message Date
renovate-bot c150864292 Update docker minor+patch+digest updates
Lint / lint (push) Successful in 50s
Test build / test-build (pull_request) Failing after 2m32s
2026-07-30 12:06:22 +00:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
FROM oven/bun:1.3.12-debian@sha256:1b709c9dd883fc1af38c210f7ea5222c552a8d470ea73efbd4b8fcfee798a64b AS bun
FROM oven/bun:1.3.14-debian@sha256:9dba1a1b43ce28c9d7931bfc4eb00feb63b0114720a0277a8f939ae4dfc9db6f AS bun
FROM node:22.21.1-trixie-slim@sha256:98e1429d1a0b99378b4de43fa385f0746fd6276faf4feeb6104d91f6bad290f9
FROM node:22.23.2-trixie-slim@sha256:517aa41d78545cb1b8c67b13655b4c13ede1ee9df1da8aab54cd7434aefbcaf8
COPY --from=bun /usr/local/bin/bun /usr/local/bin/bunx /usr/local/bin/
COPY . /app
WORKDIR /app
+1 -1
View File
@@ -34,7 +34,7 @@
"@docusaurus/types": "^3.10.2",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"typescript": "~7.0.0"
"typescript": "~6.0.3"
},
"browserslist": {
"production": [
+1 -1
View File
@@ -33,7 +33,7 @@
"clean:modules": "rm -rf node_modules"
},
"dependencies": {
"typescript": "^7.0.0"
"typescript": "^6.0.3"
},
"devDependencies": {
"effect-view": "workspace:*",