Skip to content

Commit b740074

Browse files
author
Teradata GitHub Actions
committed
syncing version in Docker file
1 parent 5ac9df6 commit b740074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ ENTRYPOINT ["dbt"]
4242
FROM base as dbt-core
4343

4444
# Install dbt-teradata and dbt-core
45-
RUN python -m pip install --no-cache-dir dbt-teradata==1.10.0 \
45+
RUN python -m pip install --no-cache-dir dbt-teradata==1.10.1 \
4646
&& python -m pip install --no-cache-dir "dbt-core>=1.10.0"

0 commit comments

Comments
 (0)