update golang to v1.25 (and some containers do debian bookworm) (#9442)

* bskyweb: bump go to v1.25

* update docker images to go v1.25 and debian bookworm

* bump CI to go v1.25
This commit is contained in:
bnewbold
2025-11-25 10:35:50 -08:00
committed by GitHub
parent 8424083de9
commit 6ab3751b5c
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM golang:1.24.5-bullseye AS build-env
FROM golang:1.25-bookworm AS build-env
WORKDIR /usr/src/social-app
@@ -89,7 +89,7 @@ RUN cd bskyweb/ && \
-o /bskyweb \
./cmd/bskyweb
FROM debian:bullseye-slim
FROM debian:bookworm-slim
ENV GODEBUG=netdns=go
ENV TZ=Etc/UTC