Skip to content

Commit 9093b34

Browse files
committed
chore: replace bitnami redis images with official images
1 parent 0187ab5 commit 9093b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-instrumentation-with-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
build: true
213213
services:
214214
redis:
215-
image: bitnami/redis:6.2
215+
image: redis:6.2
216216
ports:
217217
- 6379:6379
218218
options: >-

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ services:
198198
- postgres_socket:/var/run/postgresql
199199

200200
redis:
201-
image: bitnami/redis:6.2
201+
image: redis:6.2
202202
environment:
203203
- REDIS_PASSWORD=passw0rd
204204
volumes:

0 commit comments

Comments
 (0)