Type fixes & Docker

This commit is contained in:
headlessdev
2025-04-13 21:10:17 +02:00
parent dcce66a449
commit eadaf75b74
76 changed files with 21644 additions and 264 deletions

1
agent/.dockerignore Normal file
View File

@@ -0,0 +1 @@
.env.local

View File

@@ -1,5 +1,5 @@
# --- Build Stage ---
FROM golang:1.21-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /app