Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit b0bfd0b

Browse files
committed
chore: bump redis alpine image
1 parent 2150479 commit b0bfd0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/test-deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ orbs:
44
orb-tools: circleci/orb-tools@11.5
55

66
filters: &filters
7+
branches:
8+
only: /.*/
79
tags:
810
only: /.*/
911

@@ -27,7 +29,7 @@ jobs:
2729
- git-shallow-clone/checkout_advanced
2830
integration-test-checkout_advanced_alpine:
2931
docker:
30-
- image: circleci/redis:alpine3.13
32+
- image: circleci/redis:6.2.1-alpine
3133
steps:
3234
- run: apk update && apk add openssh git # openssh is required
3335
- git-shallow-clone/checkout_advanced
@@ -94,7 +96,7 @@ jobs:
9496
if [ $count -eq 0 ]; then exit 1; fi
9597
integration-test-checkout_alpine:
9698
docker:
97-
- image: circleci/redis:alpine3.13
99+
- image: circleci/redis:6.2.1-alpine
98100
steps:
99101
- run: apk update && apk add openssh git # openssh is required
100102
- git-shallow-clone/checkout

0 commit comments

Comments
 (0)