From 3134619daf1c2f9f747f8c46155cc55d492f22e1 Mon Sep 17 00:00:00 2001 From: Lake Mossman Date: Tue, 23 Aug 2022 15:55:03 -0700 Subject: [PATCH] Bump source-file-secure version and publish (#15896) * add space * bump source-file-secure version --- airbyte-integrations/connectors/source-file-secure/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/source-file-secure/Dockerfile b/airbyte-integrations/connectors/source-file-secure/Dockerfile index 199a93aa2e0..33c8fae0d31 100644 --- a/airbyte-integrations/connectors/source-file-secure/Dockerfile +++ b/airbyte-integrations/connectors/source-file-secure/Dockerfile @@ -1,4 +1,4 @@ -FROM airbyte/source-file:0.2.18 +FROM airbyte/source-file:0.2.20 WORKDIR /airbyte/integration_code COPY source_file_secure ./source_file_secure @@ -9,5 +9,5 @@ RUN pip install . ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.2.18 +LABEL io.airbyte.version=0.2.20 LABEL io.airbyte.name=airbyte/source-file-secure