change ai provider from openai to openrouter
Build and Push Docker Container / build-and-push (push) Successful in 2m1s

This commit is contained in:
2026-02-14 20:00:19 +01:00
parent 85529fab67
commit c30a9f3f3e
2 changed files with 4 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# --- Stage 1: Build the Go application ---
FROM golang:1.23 AS builder
FROM golang:1.24 AS builder
ENV CGO_ENABLED=0
ENV GOOS=linux