diff --git a/Dockerfile b/Dockerfile index 2eda03b..12d05fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1.0.32-debian as base +FROM oven/bun:latest as base WORKDIR /app/prasi RUN apt-get update diff --git a/bun.lockb b/bun.lockb index 4451255..150be70 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/dockerzip b/dockerzip index d11f1a2..0fee59e 100644 Binary files a/dockerzip and b/dockerzip differ diff --git a/package.json b/package.json index 9c239f6..bf519bb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "brotli-wasm": "^2.0.1", "exit-hook": "^4.0.0", - "firebase-admin": "^11.11.0", + "firebase-admin": "^12.0.0", "prisma": "^5.8.1" } } \ No newline at end of file