From c80666b9be094eedf07ad8fb735895b6dfcfb18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:49:38 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /.devcontainer/rust Bumps ubuntu from `b359f10` to `ab64a83`. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .devcontainer/rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/rust/Dockerfile b/.devcontainer/rust/Dockerfile index 8b0a8ed6..d2cd925d 100644 --- a/.devcontainer/rust/Dockerfile +++ b/.devcontainer/rust/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b +FROM ubuntu:24.04@sha256:ab64a8382e935382638764d8719362bb50ee418d944c1f3d26e0c99fae49a345 ARG BATS_VERSION=1.11.0 ARG CARGO_BINSTALL_VERSION=1.6.8