diff --git a/Dockerfile b/Dockerfile index 265c403..7b30208 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update -y \ RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # Install pip -RUN pip install --no-cache-dir --upgrade pip==23.1.2 +RUN pip install --no-cache-dir --upgrade pip # Set the entrypoint COPY . "$WORKING_DIRECTORY" diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 28533b4..e2f459b 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,6 +1,9 @@ setuptools>=65.5.1 pre-commit>=2.0,<3.0 +# dbt +dbt-core==1.6.13 + # sqlfluff sqlfluff==${SQLFLUFF_VERSION} sqlfluff-templater-dbt==${SQLFLUFF_VERSION}