Skip to content

Commit ea25427

Browse files
aaronfernhebelsan
andauthored
Use debian 12 distroless image as base image (gardener#263)
Co-authored-by: Alexander Hebel <alexander.hebel@sap.com>
1 parent 3f7c836 commit ea25427

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
@@ -10,7 +10,7 @@ COPY . .
1010
RUN make install
1111

1212
############# base #############
13-
FROM gcr.io/distroless/static-debian11:nonroot AS base
13+
FROM gcr.io/distroless/static-debian12:nonroot AS base
1414

1515

1616
############# machine-controller-manager-provider-openstack #############

0 commit comments

Comments
 (0)