refactor(core): use golang alpine base image

This commit is contained in:
dsx137 2026-07-01 19:38:32 +08:00
parent 21d6ea2bbc
commit b9086fa553
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.25-alpine AS builder
FROM golang:alpine AS builder
ARG RELEASE=false
ARG COMPRESS=false

View File

@ -1,4 +1,4 @@
FROM golang:1.25-alpine AS builder
FROM golang:alpine AS builder
ARG CMD_PATH
ARG BINARY_NAME