A community based topic aggregation platform built on atproto

git commit -m "chore: update Go to 1.24 for production build"

+1 -1
+1 -1
Dockerfile
··· 2 2 # Builds a minimal production image for the Go server 3 3 4 4 # Stage 1: Build 5 - FROM golang:1.23-alpine AS builder 5 + FROM golang:1.24-alpine AS builder 6 6 7 7 # Install build dependencies 8 8 RUN apk add --no-cache git ca-certificates tzdata