From e2a81bfd8c4961c0847cf544a6c19a2178cdc322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:49:11 +0000 Subject: [PATCH] chore(deps): update node docker tag to v22.6.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c83c35f8..3d3656e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,7 +102,7 @@ jobs: # TODO: this should be doable with curl or python... docker-readme-push: docker: - - image: node:22.5.1-alpine + - image: node:22.6.0-alpine parameters: ident: type: string