Commit 5d806b57 authored by GitLab Renovate Bot's avatar GitLab Renovate Bot
Browse files

chore(deps): update redis docker tag to v8

parent 3d55b44e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ include:
# so this augments the base job (and is inherited by anything that extends it).
rspec:
  services:
    - name: redis:7-alpine
    - name: redis:8-alpine
      alias: redis
  variables:
    LABKIT_TEST_REDIS_URL: redis://redis
+1 −1
Original line number Diff line number Diff line
services:
  redis:
    image: redis:7-alpine
    image: redis:8-alpine
    ports:
      - "6390:6379"
    healthcheck: