Skip to content

Commit 861f044

Browse files
chore(deps): update alpine docker tag to v3.21.0
1 parent a6633a1 commit 861f044

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
build-alpine:
9696
docker:
97-
- image: alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
97+
- image: alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
9898

9999
working_directory: ~/repo
100100

@@ -147,7 +147,7 @@ jobs:
147147

148148
test-alpine:
149149
docker:
150-
- image: alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
150+
- image: alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
151151
steps:
152152
- run:
153153
name: Install git
@@ -184,7 +184,7 @@ jobs:
184184

185185
test-alpine-proxy:
186186
docker:
187-
- image: alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
187+
- image: alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
188188
steps:
189189
- run:
190190
name: Install git
@@ -219,7 +219,7 @@ jobs:
219219

220220
test-alpine-without-git:
221221
docker:
222-
- image: alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
222+
- image: alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
223223
steps:
224224
- run:
225225
name: Install git

.github/workflows/test-and-deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
build-alpine:
7575
runs-on: ubuntu-latest
76-
container: alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
76+
container: alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
7777
needs: build-linux-and-macos-x64
7878
steps:
7979
- name: Checkout
@@ -330,7 +330,7 @@ jobs:
330330
331331
test-alpine:
332332
runs-on: ubuntu-latest
333-
container: alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
333+
container: alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
334334
needs: build-alpine
335335
steps:
336336
- name: Install git
@@ -364,7 +364,7 @@ jobs:
364364
365365
test-alpine-without-git:
366366
runs-on: ubuntu-latest
367-
container: alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
367+
container: alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
368368
needs: build-alpine
369369
steps:
370370
- name: Install git
@@ -400,7 +400,7 @@ jobs:
400400
401401
test-alpine-proxy:
402402
runs-on: ubuntu-latest
403-
container: alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
403+
container: alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
404404
needs: build-alpine
405405
steps:
406406
- name: Install git

0 commit comments

Comments
 (0)