mirror of
https://github.com/kerberos-io/agent.git
synced 2025-09-26 20:21:22 +08:00
Update .gitignore to include __debug* and change Dockerfile base image to golang:1.24.5-bullseye
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@ ui/node_modules
|
||||
ui/build
|
||||
ui/public/assets/env.js
|
||||
.DS_Store
|
||||
__debug*
|
||||
.idea
|
||||
machinery/www
|
||||
yarn.lock
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
FROM mcr.microsoft.com/devcontainers/go:1.24-bookworm AS build-machinery
|
||||
FROM golang:1.24.5-bullseye AS build-machinery
|
||||
LABEL AUTHOR=uug.ai
|
||||
|
||||
##########################################
|
||||
|
Reference in New Issue
Block a user