diff --git a/Dockerfile b/Dockerfile index 0f6178854..066bc34cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY package.json package-lock.json ./ COPY . . -RUN bun install --frozen-lockfile +RUN bun install RUN bun run build FROM python:3.11-slim-buster as base diff --git a/bun.lockb b/bun.lockb index c3fb64119..cd3b910aa 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f2f1d597c..456b5d06e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@sveltejs/adapter-auto": "^2.0.0", "@sveltejs/adapter-static": "^2.0.3", - "@sveltejs/kit": "^1.20.4", + "@sveltejs/kit": "^1.30.0", "@tailwindcss/typography": "^0.5.10", "@types/bun": "latest", "@typescript-eslint/eslint-plugin": "^6.17.0",