Skip to content

Commit

Permalink
hoping this resolves the postgresql binary issue
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrsenkow committed Jan 15, 2025
1 parent b2272e2 commit d175b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN dnf install -y postgresql-devel gcc && \
poetry show -v

# Install PostgreSQL libraries
RUN dnf install -y python3-devel postgresql-devel gcc libpq-devel
RUN dnf install -y python3-devel libpq-devel

# Copy application files from the builder stage
COPY --from=builder /${appname} /${appname}
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gen3authz = ">=1.0.4"
graphene = ">=2.0.1"
jsonschema = ">=3.2"
lxml = ">=4.6.5"
psycopg2-binary = ">=2.8.4"
psycopg2-binary = ">=2.8.2,<2.9.0"
PyYAML = ">=5.4.1"
requests = ">=2.31.0,<3.0.0"
simplejson = ">=3.8.1"
Expand Down

0 comments on commit d175b6b

Please sign in to comment.