File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
# locally and the download time doesn't account in the test execution time, which is subject
167
167
# to a timeout
168
168
run : |
169
- docker pull minio/minio:RELEASE.2021-10-13T00-23-17Z
169
+ docker pull minio/minio:RELEASE.2024-05-28T17-19-04Z
170
170
docker pull consul:1.8.4
171
171
docker pull gcr.io/etcd-development/etcd:v3.4.7
172
172
if [ "$TEST_TAGS" = "integration_backward_compatibility" ]; then
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package images
8
8
var (
9
9
Memcached = "memcached:1.6.1"
10
10
Redis = "docker.io/redis:7.0.4-alpine"
11
- Minio = "minio/minio:RELEASE.2021-10-13T00-23-17Z "
11
+ Minio = "minio/minio:RELEASE.2024-05-28T17-19-04Z "
12
12
Consul = "consul:1.8.4"
13
13
ETCD = "gcr.io/etcd-development/etcd:v3.4.7"
14
14
Prometheus = "quay.io/prometheus/prometheus:v2.51.0"
You can’t perform that action at this time.
0 commit comments