Skip to content

Commit

Permalink
Update Docker images (#15029)
Browse files Browse the repository at this point in the history
Co-authored-by: gedigi <[email protected]>
  • Loading branch information
github-actions[bot] and gedigi authored Oct 22, 2024
1 parent fbef64e commit 7097148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/builder/docker-bake-rust-all.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ target "debian-base" {
dockerfile = "docker/builder/debian-base.Dockerfile"
contexts = {
# Run `docker buildx imagetools inspect debian:bullseye` to find the latest multi-platform hash
debian = "docker-image://debian:bullseye@sha256:152b9a5dc2a03f18ddfd88fbe7b1df41bd2b16be9f2df573a373caf46ce78c08"
debian = "docker-image://debian:bullseye@sha256:d0036be35fe0a4d2649bf074ca467a37dab8c5b26bbbdfca0375b4dc682f011d"
}
}

Expand Down
2 changes: 1 addition & 1 deletion docker/builder/tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
install \
wget \
curl \
perl-base=5.32.1-4+deb11u1 \
perl-base=5.32.1-4+deb11u4 \
libtinfo6=6.2+20201114-2+deb11u2 \
git \
libssl1.1 \
Expand Down

0 comments on commit 7097148

Please sign in to comment.