From 6e3a009bb79e077e8870b2ddc0ae711ede9c8487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 04:32:54 +0000 Subject: [PATCH] chore(deps): update docker.io/ubuntu docker tag to v22.10 --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index bf8f8bf59..94b1de1fb 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -18,7 +18,7 @@ jobs: env: LANG: C.UTF-8 container: - image: docker.io/ubuntu:22.04 + image: docker.io/ubuntu:22.10 steps: - uses: actions/checkout@v3