diff --git a/v1.15-ruby3/Dockerfile b/v1.15-ruby3/Dockerfile index a1aec6e..5325a3d 100644 --- a/v1.15-ruby3/Dockerfile +++ b/v1.15-ruby3/Dockerfile @@ -52,7 +52,7 @@ RUN apk update \ && gem install fluent-plugin-s3 -v 1.7.2 \ && gem install fluent-plugin-rewrite-tag-filter -v 2.4.0 \ && gem install fluent-plugin-azure-storage-append-blob -v 0.2.1 \ - && gem install fluent-plugin-oss -v 0.0.2 \ + && gem install fluent-plugin-aliyun-oss -v 0.0.1 \ && gem install fluent-plugin-dedot_filter -v 1.0.0 \ && gem install fluent-plugin-sumologic_output -v 1.8.0 \ && gem install fluent-plugin-kafka -v 0.18.1 \ diff --git a/v1.15-staging/Dockerfile b/v1.15-staging/Dockerfile index a1aec6e..5325a3d 100644 --- a/v1.15-staging/Dockerfile +++ b/v1.15-staging/Dockerfile @@ -52,7 +52,7 @@ RUN apk update \ && gem install fluent-plugin-s3 -v 1.7.2 \ && gem install fluent-plugin-rewrite-tag-filter -v 2.4.0 \ && gem install fluent-plugin-azure-storage-append-blob -v 0.2.1 \ - && gem install fluent-plugin-oss -v 0.0.2 \ + && gem install fluent-plugin-aliyun-oss -v 0.0.1 \ && gem install fluent-plugin-dedot_filter -v 1.0.0 \ && gem install fluent-plugin-sumologic_output -v 1.8.0 \ && gem install fluent-plugin-kafka -v 0.18.1 \