From 5e6344c2618fab1281413fda46ce34373afabfe7 Mon Sep 17 00:00:00 2001 From: Igor Novgorodov Date: Mon, 12 Aug 2024 16:02:52 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dcb2d39..4bfb7ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: test: runs-on: dind-small container: - image: ghcr.io/catthehacker/ubuntu:rust-22.04 + image: ghcr.io/catthehacker/ubuntu:rust-22.04@sha256:baeacfa8e05a4402c2e17d8a495dadbb7a6062a8ae44eef7c22424d617c53373 steps: - uses: actions/checkout@v4