From 2bb85fbd381ab2ebbdf73546c0155f2d36ec6064 Mon Sep 17 00:00:00 2001 From: Artem Inzhyyants Date: Tue, 11 Apr 2023 14:30:28 +0200 Subject: [PATCH] Source S3: bump version --- airbyte-integrations/connectors/source-s3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-s3/Dockerfile b/airbyte-integrations/connectors/source-s3/Dockerfile index a92039a60212..9a2d485cb205 100644 --- a/airbyte-integrations/connectors/source-s3/Dockerfile +++ b/airbyte-integrations/connectors/source-s3/Dockerfile @@ -17,5 +17,5 @@ COPY source_s3 ./source_s3 ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=2.0.4 +LABEL io.airbyte.version=2.1.1 LABEL io.airbyte.name=airbyte/source-s3