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