Skip to content

Commit 2a03994

Browse files
chore(deps): update alpine docker tag to v3.18.2 (#1087)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bbc8a2f commit 2a03994

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
build-alpine:
6868
docker:
69-
- image: alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
69+
- image: alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
7070

7171
working_directory: ~/repo
7272

@@ -119,7 +119,7 @@ jobs:
119119

120120
test-alpine:
121121
docker:
122-
- image: alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
122+
- image: alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
123123
steps:
124124
- run:
125125
name: Install git
@@ -156,7 +156,7 @@ jobs:
156156

157157
test-alpine-proxy:
158158
docker:
159-
- image: alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
159+
- image: alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
160160
steps:
161161
- run:
162162
name: Install git
@@ -191,7 +191,7 @@ jobs:
191191

192192
test-alpine-without-git:
193193
docker:
194-
- image: alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
194+
- image: alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
195195
steps:
196196
- run:
197197
name: Install git

0 commit comments

Comments
 (0)