Skip to content

Commit 91be8e7

Browse files
committed
fix warnings during docker build
Signed-off-by: Iceber Gu <[email protected]>
1 parent ba97edc commit 91be8e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG BUILDER_IMAGE
2-
FROM --platform=$BUILDPLATFORM ${BUILDER_IMAGE} as builder
1+
ARG BUILDER_IMAGE="clusterpedia.io/builder:not-build"
2+
FROM --platform=$BUILDPLATFORM ${BUILDER_IMAGE} AS builder
33
WORKDIR /clusterpedia
44

55
ARG BIN_NAME

0 commit comments

Comments
 (0)