Skip to content

Commit eaaf8be

Browse files
chore(deps): update alpine docker tag to v3.19.1 (#1420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e79b2f commit eaaf8be

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
69+
- image: alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
7070

7171
working_directory: ~/repo
7272

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

120120
test-alpine:
121121
docker:
122-
- image: alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
122+
- image: alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
123123
steps:
124124
- run:
125125
name: Install git
@@ -156,7 +156,7 @@ jobs:
156156

157157
test-alpine-proxy:
158158
docker:
159-
- image: alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
159+
- image: alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
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.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
194+
- image: alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
195195
steps:
196196
- run:
197197
name: Install git

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
build-alpine:
4343
runs-on: ubuntu-latest
44-
container: alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
44+
container: alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
4545
needs: build-linux-and-osx
4646
steps:
4747
- name: Checkout
@@ -233,7 +233,7 @@ jobs:
233233
234234
test-alpine:
235235
runs-on: ubuntu-latest
236-
container: alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
236+
container: alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
237237
needs: build-alpine
238238
steps:
239239
- name: Install git
@@ -266,7 +266,7 @@ jobs:
266266
267267
test-alpine-without-git:
268268
runs-on: ubuntu-latest
269-
container: alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
269+
container: alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
270270
needs: build-alpine
271271
steps:
272272
- name: Install git
@@ -301,7 +301,7 @@ jobs:
301301
302302
test-alpine-proxy:
303303
runs-on: ubuntu-latest
304-
container: alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
304+
container: alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
305305
needs: build-alpine
306306
steps:
307307
- name: Install git

0 commit comments

Comments
 (0)