fix bug
Signed-off-by: jagger <cossjie@foxmail.com> Former-commit-id: e6b870d4a7defcf0bad01f00ec96eb7ace9d2be3
This commit is contained in:
parent
785ce4f22c
commit
20f538da5b
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.22.4-alpine3.20 AS builder
|
FROM registry.cn-hangzhou.aliyuncs.com/jcce-images/golang:1.22.4-alpine3.20 AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ RUN go env -w GO111MODULE=on \
|
||||||
&& go env -w CGO_ENABLED=0
|
&& go env -w CGO_ENABLED=0
|
||||||
RUN go build -o pcm-coordinator-api /app/api/pcm.go
|
RUN go build -o pcm-coordinator-api /app/api/pcm.go
|
||||||
|
|
||||||
FROM alpine:3.20
|
FROM registry.cn-hangzhou.aliyuncs.com/jcce-images/alpine:3.20
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue