chore: downgrade elysia to 1.4.22 (#551)

* chore: downgrade elysia to 1.4.22

* chore: add  ca-certificates
This commit is contained in:
Emrik Östling 2026-03-28 12:25:14 +01:00 committed by GitHub
parent bee3f6302b
commit 70fcc8413f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 140 additions and 104 deletions

View file

@ -4,6 +4,7 @@ WORKDIR /app
# install bun
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
unzip \
&& rm -rf /var/lib/apt/lists/*