Skip to content

Commit

Permalink
Dependencies update (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tvion authored Jan 22, 2025
1 parent bcdd962 commit 07154c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
TAG_NAME: ${{ github.event.release.tag_name || github.ref }}
PUSH: ${{ github.event_name != 'workflow_dispatch' || inputs.publish_docker }}
PUSH: ${{ (github.event_name != 'workflow_dispatch' || inputs.publish_docker) && github.actor != 'dependabot[bot]' }}

jobs:
multiplatform_build:
Expand Down
2 changes: 1 addition & 1 deletion pg15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN apt update && apt-get install -y git make gcc && \
RUN apt-get install -y alien

RUN cat /root/.pip/pip.conf
RUN python3 -m pip install -U setuptools
RUN python3 -m pip install -U setuptools==70.0.0
RUN python3 -m pip install psutil patroni[kubernetes,etcd]==3.3.2 psycopg2-binary==2.9.5 requests python-dateutil urllib3 six prettytable --no-cache
RUN mv /var/lib/postgresql /var/lib/pgsql

Expand Down
2 changes: 1 addition & 1 deletion pg16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN apt update && apt-get install -y git make gcc && \
RUN apt-get install -y alien

RUN cat /root/.pip/pip.conf
RUN python3 -m pip install -U setuptools
RUN python3 -m pip install -U setuptools==70.0.0
RUN python3 -m pip install psutil patroni[kubernetes,etcd]==3.3.2 psycopg2-binary==2.9.5 requests python-dateutil urllib3 six prettytable --no-cache
RUN mv /var/lib/postgresql /var/lib/pgsql

Expand Down

0 comments on commit 07154c7

Please sign in to comment.