changed version on the dockerfile
Some checks failed
Bot Unit Tests / test (push) Has been cancelled
Bot Unit Tests / test (pull_request) Successful in 10m16s

This commit is contained in:
2026-04-01 21:52:02 +02:00
parent ad0e6acf26
commit 493c093fdb

View File

@@ -1,5 +1,5 @@
# STAGE 1: Build
FROM golang:1.24-bookworm AS builder
FROM golang:1.25-bookworm AS builder
# Arbeitsverzeichnis im Container
WORKDIR /app