Skip to content

Commit

Permalink
Upgrade postgres adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 12, 2024
1 parent 6143bc9 commit 8d59061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Dockerfile.postgres_profile_docker_k8s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9

RUN pip install dbt-postgres==1.3.1 psycopg2==2.9.3 pytz
RUN pip install dbt-postgres==1.8.2 psycopg2==2.9.3 pytz

ENV POSTGRES_DATABASE=postgres
ENV POSTGRES_HOST=postgres-postgresql.default.svc.cluster.local
Expand Down

0 comments on commit 8d59061

Please sign in to comment.