Skip to content

Commit e1d45e4

Browse files
build(deps): bump debian from 020c0d2 to 3a39a05 in /misc/images/distroless-prod-base (#38119)
Bumps debian from `020c0d2` to `3a39a05`. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debian&package-manager=docker&previous-version=13-slim&new-version=13-slim)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5564241 commit e1d45e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

misc/images/distroless-prod-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Debian packages for the distroless final image, which has no package manager.
1414
# Installing them explicitly pulls current security-patched builds.
1515
# The digest pin is bumped by dependabot, which also busts the layer cache.
16-
FROM debian:13-slim@sha256:020c0d20b9880058cbe785a9db107156c3c75c2ac944a6aa7ab59f2add76a7bd AS apt-deps
16+
FROM debian:13-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258 AS apt-deps
1717
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates eatmydata liblzma5 \
1818
&& rm -rf /var/lib/apt/lists/*
1919

@@ -26,7 +26,7 @@ MZFROM tini-static AS tini
2626
# The `materialize` user (uid/gid 999), built here because the distroless final
2727
# image has no shell to run `useradd`. uid 999 matches the orchestrator's
2828
# hardcoded runAsUser/fsGroup, so no UID gate is needed.
29-
FROM debian:13-slim@sha256:020c0d20b9880058cbe785a9db107156c3c75c2ac944a6aa7ab59f2add76a7bd AS useradd
29+
FROM debian:13-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258 AS useradd
3030
RUN groupadd --system --gid=999 materialize \
3131
&& useradd --system --gid=999 --uid=999 --create-home materialize \
3232
&& mkdir /mzdata /scratch \

0 commit comments

Comments
 (0)