forked from JointCloud/pcm-coordinator
parent
01a1810d65
commit
87ce5097b6
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine3.20 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in New Issue