Skip to content

Commit

Permalink
Update Docker images (#9298)
Browse files Browse the repository at this point in the history
Co-authored-by: JoshLind <[email protected]>
  • Loading branch information
2 people authored and xbtmatt committed Aug 13, 2023
1 parent 1360f10 commit 26b8a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/builder/docker-bake-rust-all.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ group "forge-images" {
target "debian-base" {
dockerfile = "docker/builder/debian-base.Dockerfile"
contexts = {
debian = "docker-image://debian:bullseye@sha256:3b6053ca925336c804e2d3f080af177efcdc9f51198a627569bfc7c7e730ef7e"
debian = "docker-image://debian:bullseye@sha256:2c407480ad7c98bdc551dbb38b92acb674dc130c8298f2e0fa2ad34da9078637"
}
}

Expand All @@ -77,7 +77,7 @@ target "builder-base" {
target = "builder-base"
context = "."
contexts = {
rust = "docker-image://rust:1.71.0-bullseye@sha256:bef59af02f103760cd57e8d6ccadf364954b0ae5e74ea7c7203d26744aeec051"
rust = "docker-image://rust:1.71.0-bullseye@sha256:7ec9143807d4ab7e6f9953fa405e611669a1bfd5faeb866dbacecdcc297f16ed"
}
args = {
PROFILE = "${PROFILE}"
Expand Down

0 comments on commit 26b8a92

Please sign in to comment.