Update builder image

This commit is contained in:
Astra 2026-01-29 15:57:51 +00:00
parent c2045fc580
commit 9605e894eb

View file

@ -1,4 +1,4 @@
FROM golang:alpine AS builder FROM golang:1.25.6-alpine AS builder
WORKDIR /go/src/git.zio.sh/telegram-approval-join WORKDIR /go/src/git.zio.sh/telegram-approval-join
COPY . . COPY . .