fix: update avatar field casing and sync models

This commit is contained in:
2026-05-07 14:56:39 +02:00
parent 30f45ece89
commit 30109590ba
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /app
ENV CGO_ENABLED=1
# Install sqlc for code generation
RUN go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.30.0
RUN go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.31.1
# Install build dependencies for bun + assets
RUN apt-get update && apt-get install -y ca-certificates sqlite3 curl unzip && rm -rf /var/lib/apt/lists/*