Merge 714645edde9e37e54ae5765710a12588bbd0ddcb into 715c18ef5f647926a4e41bab5731ea35e132e35d

This commit is contained in:
JasonWH 2026-08-31 14:19:29 +08:00 committed by GitHub
commit da8a2c57dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM golang:alpine AS builder
FROM golang:1.25-alpine AS builder
ARG RELEASE=false
ARG COMPRESS=false
@ -13,7 +13,7 @@ RUN go mod download
RUN RELEASE=${RELEASE} COMPRESS=${COMPRESS} mage build
RUN mage -compile ./mage -ldflags "-s -w"
FROM alpine:latest
FROM alpine:3.23
WORKDIR /openim-server