mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Type fixes & Docker
This commit is contained in:
1
agent/.dockerignore
Normal file
1
agent/.dockerignore
Normal file
@@ -0,0 +1 @@
|
||||
.env.local
|
||||
@@ -1,5 +1,5 @@
|
||||
# --- Build Stage ---
|
||||
FROM golang:1.21-alpine AS builder
|
||||
FROM golang:1.24-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user