Signed-off-by: jagger <cossjie@foxmail.com>
This commit is contained in:
jagger 2024-11-04 15:35:03 +08:00
parent dcf7b60946
commit 64525fdc3e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine3.20 AS builder FROM --platform=$BUILDPLATFORM golang:alpine AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .