From 85acdec48d8334945dc622076c24fd3fd831813c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 06:42:49 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23.3 --- .circleci/config.yml | 8 ++++---- .github/workflows/test-and-deploy.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1d15e519..f1eb4d4b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -94,7 +94,7 @@ jobs: build-alpine: docker: - - image: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 + - image: alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 working_directory: ~/repo @@ -147,7 +147,7 @@ jobs: test-alpine: docker: - - image: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 + - image: alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 steps: - run: name: Install git @@ -184,7 +184,7 @@ jobs: test-alpine-proxy: docker: - - image: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 + - image: alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 steps: - run: name: Install git @@ -219,7 +219,7 @@ jobs: test-alpine-without-git: docker: - - image: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 + - image: alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 steps: - run: name: Install git diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index a2e9891eb..ba326f543 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -73,7 +73,7 @@ jobs: build-alpine: runs-on: ubuntu-latest - container: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 + container: alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 needs: build-linux-and-macos-x64 steps: - name: Checkout @@ -330,7 +330,7 @@ jobs: test-alpine: runs-on: ubuntu-latest - container: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 + container: alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 needs: build-alpine steps: - name: Install git @@ -364,7 +364,7 @@ jobs: test-alpine-without-git: runs-on: ubuntu-latest - container: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 + container: alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 needs: build-alpine steps: - name: Install git @@ -400,7 +400,7 @@ jobs: test-alpine-proxy: runs-on: ubuntu-latest - container: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 + container: alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 needs: build-alpine steps: - name: Install git