Bump debian from 10.8-slim to 10.9-slim
Bumps debian from 10.8-slim to 10.9-slim. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
dc510792c4
commit
469f864de3
@ -27,11 +27,11 @@ RUN \
|
||||
./cmd/local-user-authenticator/...
|
||||
|
||||
# Use a Debian slim image to grab a reasonable default CA bundle.
|
||||
FROM debian:10.8-slim AS get-ca-bundle-env
|
||||
FROM debian:10.9-slim AS get-ca-bundle-env
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* /var/cache/debconf/*
|
||||
|
||||
# Use a runtime image based on Debian slim.
|
||||
FROM debian:10.8-slim
|
||||
FROM debian:10.9-slim
|
||||
COPY --from=get-ca-bundle-env /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
# Copy the binaries from the build-env stage.
|
||||
|
Loading…
Reference in New Issue
Block a user