root: update base images for outposts

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-11-01 16:29:53 +01:00
parent b86251255d
commit 1eba3f1334
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ COPY . .
RUN go build -o /go/ldap ./cmd/ldap
# Stage 2: Run
FROM gcr.io/distroless/base-debian10:debug
FROM gcr.io/distroless/static-debian11
ARG GIT_BUILD_HASH
ENV GIT_BUILD_HASH=$GIT_BUILD_HASH