A community based topic aggregation platform built on atproto

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

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