Skip to content

Commit

Permalink
Release CDK version. (#3130)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia committed Apr 29, 2021
1 parent bd99b5b commit fd0d253
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/bases/base-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ ENV AIRBYTE_READ_CMD "base-python read"

ENTRYPOINT ["/airbyte/base.sh"]

LABEL io.airbyte.version=0.1.6
LABEL io.airbyte.version=0.1.7
LABEL io.airbyte.name=airbyte/integration-base-python
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM airbyte/integration-base-python:0.1.6
FROM airbyte/integration-base-python:0.1.7

# Bash is installed for more convenient debugging.
RUN apt-get update && apt-get install -y bash && rm -rf /var/lib/apt/lists/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM airbyte/integration-base-python:0.1.6
FROM airbyte/integration-base-python:0.1.7

# Bash is installed for more convenient debugging.
RUN apt-get update && apt-get install -y bash && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit fd0d253

Please sign in to comment.