chore(deps): update golang docker tag to v1.25.5
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m7s

This commit was merged in pull request #375.
This commit is contained in:
2025-12-02 19:03:45 +00:00
parent 8833147278
commit 99d52aa505

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.4@sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d AS builder_go
FROM golang:1.25.5@sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS builder_go
WORKDIR /spend-sparrow
RUN go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest