mirror of
https://github.com/hhftechnology/middleware-manager.git
synced 2026-04-26 10:40:49 +00:00
Update Dockerfile
This commit is contained in:
parent
4c76756593
commit
5277ca6c99
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ COPY ui/ ./
|
|||
RUN npm run build
|
||||
|
||||
# Build Go stage - using Debian for glibc compatibility with go-sqlite3
|
||||
FROM golang:1.21-bookworm AS go-builder
|
||||
FROM golang:1.24-bookworm AS go-builder
|
||||
|
||||
# Install build dependencies for Go with CGO and static linking
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue