Skip to content

Commit

Permalink
Bump source-file-secure version and publish (#15896)
Browse files Browse the repository at this point in the history
* add space

* bump source-file-secure version
  • Loading branch information
lmossman authored Aug 23, 2022
1 parent 37a7dda commit 3134619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-file-secure/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 3134619

Please sign in to comment.