A locally focused bluesky appview

Merge pull request #1 from Blooym/patch-1

build: update docker backend base to go 1.25

authored by Whyrusleeping and committed by GitHub 704ea8d0 a7c3b33c

Changed files
+1 -1
+1 -1
Dockerfile
··· 1 1 # Build stage 2 - FROM golang:1.21-alpine AS builder 2 + FROM golang:1.25-alpine AS builder 3 3 4 4 WORKDIR /app 5 5