chore(deps): update golang docker tag to v1.26
Some checks failed
Run tests / Run tests (push) Failing after 56s

This commit is contained in:
renovate[bot] 2026-02-11 00:56:12 +00:00 committed by GitHub
parent 0cd9fd70cb
commit 63b5f4701f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ COPY frontend/ ./
RUN pnpm build
# backend
FROM golang:1.20-alpine as backend
FROM golang:1.26-alpine as backend
WORKDIR /app
COPY . .
RUN rm -rf frontend