Update dependencies and bump go version to 1.25

This commit is contained in:
2025-09-26 16:09:18 +02:00
parent 00749ae529
commit ec1de1fa81
4 changed files with 78 additions and 133 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
ARG ARG_VERSION
ENV VERSION=$ARG_VERSION