wip fix
This commit is contained in:
parent
ed613eb0d8
commit
a1dcc474c5
|
|
@ -1,4 +1,4 @@
|
||||||
FROM oven/bun:1.0.32-debian as base
|
FROM oven/bun:latest as base
|
||||||
WORKDIR /app/prasi
|
WORKDIR /app/prasi
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"brotli-wasm": "^2.0.1",
|
"brotli-wasm": "^2.0.1",
|
||||||
"exit-hook": "^4.0.0",
|
"exit-hook": "^4.0.0",
|
||||||
"firebase-admin": "^11.11.0",
|
"firebase-admin": "^12.0.0",
|
||||||
"prisma": "^5.8.1"
|
"prisma": "^5.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue