Skip to content

Commit

Permalink
[integration] Bump testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Mar 11, 2021
1 parent 20fa5c4 commit ff167a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ steps:

services:
- name: redis
image: redis:6.0.10
image: redis:6.0.12
- name: elastic
image: docker.elastic.co/elasticsearch/elasticsearch:7.11.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.11.2
environment:
discovery.type: single-node
ES_JAVA_OPTS: -Xms750m -Xmx750m
- name: minio
image: minio/minio:RELEASE.2021-02-11T08-23-43Z
image: minio/minio:RELEASE.2021-03-10T05-11-33Z
environment:
MINIO_ACCESS_KEY: ChangeMe
MINIO_SECRET_KEY: ChangeMe
Expand Down

0 comments on commit ff167a7

Please sign in to comment.