-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Flared/fred_bump_pgcli_version
Bump pgcli version to 4.0.1
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
ARG PYTHON_VERSION=3.9 | ||
ARG PYTHON_VERSION=3.12 | ||
FROM python:$PYTHON_VERSION-slim | ||
|
||
RUN apt-get -y update && apt-get -y install libpq-dev build-essential less && rm -rf /var/lib/apt/lists/* | ||
RUN apt-get -y update && apt-get -y install libpq-dev less && rm -rf /var/lib/apt/lists/* | ||
ENV PAGER=less | ||
|
||
ARG PGCLI_VERSION=3.2.0 | ||
ARG PGCLI_VERSION=4.0.1 | ||
RUN pip install pgcli==$PGCLI_VERSION | ||
|
||
ENV PAGER=less | ||
ENTRYPOINT ["pgcli"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters