Skip to content

Commit

Permalink
fix(CI): Dockerfiles version
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Aug 29, 2023
1 parent 9176aa5 commit d93e031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-quickstart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Build stage
FROM alpine:3.15 AS build
ENV RELEASE_URL="https://github.com/open-metadata/OpenMetadata/releases/download/1.1.3-release/openmetadata-1.1.3.0.tar.gz"
ENV RELEASE_URL="https://github.com/open-metadata/OpenMetadata/releases/download/1.1.3-release/openmetadata-1.1.3.tar.gz"
RUN mkdir -p /opt/openmetadata && \
wget ${RELEASE_URL} && \
tar zxvf openmetadata-*.tar.gz -C /opt/openmetadata --strip-components 1 && \
Expand Down
2 changes: 1 addition & 1 deletion ingestion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ENV PIP_NO_CACHE_DIR=1
ENV PIP_QUIET=1

RUN pip install --upgrade pip
RUN pip install "openmetadata-managed-apis~=1.1.2.0" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.9.txt"
RUN pip install "openmetadata-managed-apis~=1.1.3.0" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.3/constraints-3.9.txt"
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=1.1.3.0"

# Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593
Expand Down

0 comments on commit d93e031

Please sign in to comment.