From a71b7ca025d97a3f44abea56e0c33e80fcbdb453 Mon Sep 17 00:00:00 2001 From: Serhii Chvaliuk Date: Thu, 20 Oct 2022 07:58:26 +0300 Subject: [PATCH] Source file secure 0.2.26 (#18180) Signed-off-by: Sergey Chvalyuk --- 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 793605451fdb..e38177292b4c 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.25 +FROM airbyte/source-file:0.2.26 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.25 +LABEL io.airbyte.version=0.2.26 LABEL io.airbyte.name=airbyte/source-file-secure