diff --git a/interoperator/Dockerfile b/interoperator/Dockerfile index ba5594125..01f49a795 100644 --- a/interoperator/Dockerfile +++ b/interoperator/Dockerfile @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -tags multiclu # Refer to https://github.com/GoogleContainerTools/distroless for more details # FROM gcr.io/distroless/static:nonroot # Using alphine as xmake supports alphine seamlessly -FROM alpine:3.15 +FROM alpine:3.17 WORKDIR / COPY --from=builder /workspace/manager .