From 00f53b17779037395a2fbddb67e76d18ed1e18c6 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Mon, 5 May 2025 10:38:23 -0400 Subject: [PATCH] chore: upgrade fixtures to use version 4 lockfile (#3852) Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- syft/pkg/cataloger/rust/test-fixtures/image-audit/Cargo.lock | 2 +- syft/pkg/cataloger/rust/test-fixtures/image-audit/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/syft/pkg/cataloger/rust/test-fixtures/image-audit/Cargo.lock b/syft/pkg/cataloger/rust/test-fixtures/image-audit/Cargo.lock index c00250ea6..8a3f15435 100644 --- a/syft/pkg/cataloger/rust/test-fixtures/image-audit/Cargo.lock +++ b/syft/pkg/cataloger/rust/test-fixtures/image-audit/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "argh" diff --git a/syft/pkg/cataloger/rust/test-fixtures/image-audit/Dockerfile b/syft/pkg/cataloger/rust/test-fixtures/image-audit/Dockerfile index 23a3b3d49..5ecc1c660 100644 --- a/syft/pkg/cataloger/rust/test-fixtures/image-audit/Dockerfile +++ b/syft/pkg/cataloger/rust/test-fixtures/image-audit/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.74.0 AS builder +FROM rust:1.82.0 AS builder WORKDIR /app