Skip to content

Commit 0bdbb79

Browse files
Update base image to core 2.0
1 parent aad025c commit 0bdbb79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARG TARGETARCH
2424
RUN CGO_ENABLED=1 GOOS=linux GOARCH=$TARGETARCH go build -ldflags "-X azappconfig/provider/internal/properties.ModuleVersion=$MODULE_VERSION" -a -o manager cmd/main.go
2525

2626
# Use distroless as minimal base image to package the manager binary
27-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/cbl-mariner/distroless/minimal:2.0-nonroot
27+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/cbl-mariner/base/core:2.0
2828
WORKDIR /
2929
COPY --from=builder /workspace/manager .
3030
USER 65532:65532

0 commit comments

Comments
 (0)