Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.2 (#1811)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 6a3e9ea commit 4d0e687
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

build-alpine:
docker:
- image: alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
- image: alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099

working_directory: ~/repo

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

test-alpine:
docker:
- image: alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
- image: alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
steps:
- run:
name: Install git
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

test-alpine-proxy:
docker:
- image: alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
- image: alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
steps:
- run:
name: Install git
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

test-alpine-without-git:
docker:
- image: alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
- image: alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
steps:
- run:
name: Install git
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
build-alpine:
runs-on: ubuntu-latest
container: alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
container: alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
needs: build-linux-and-macos-x64
steps:
- name: Checkout
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
test-alpine:
runs-on: ubuntu-latest
container: alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
container: alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
needs: build-alpine
steps:
- name: Install git
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
test-alpine-without-git:
runs-on: ubuntu-latest
container: alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
container: alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
needs: build-alpine
steps:
- name: Install git
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
test-alpine-proxy:
runs-on: ubuntu-latest
container: alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
container: alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
needs: build-alpine
steps:
- name: Install git
Expand Down

0 comments on commit 4d0e687

Please sign in to comment.