update deps
This commit is contained in:
parent
6765c098f8
commit
20182ec83f
@ -287,8 +287,8 @@ SHELL [ "/bin/sh", "-ec" ]
|
||||
COPY /scripts/* /usr/local/sbin/
|
||||
COPY /extra-scripts/* /usr/local/sbin/
|
||||
|
||||
## "2024.08.30"
|
||||
ENV CERTIFI_COMMIT=4ba39005afa1958ee24af51a11b64299fba61025
|
||||
## "2025.01.31"
|
||||
ENV CERTIFI_COMMIT=088f93122ea7c91cfdaeea7fa76ab2f850b8064d
|
||||
|
||||
# 'https://raw.githubusercontent.com/certifi/python-certifi'
|
||||
ARG CERTIFI_BASE_URI='https://github.com/certifi/python-certifi/raw'
|
||||
|
@ -8,7 +8,7 @@ BUILDAH_ISOLATION="${BUILDAH_ISOLATION:-chroot}"
|
||||
BUILDAH_NETWORK="${BUILDAH_NETWORK:-host}"
|
||||
set +a
|
||||
|
||||
POSTGRESQL_VERSION="${1:-16.6}"
|
||||
POSTGRESQL_VERSION="${1:-16.7}"
|
||||
PG_MAJOR="${POSTGRESQL_VERSION%%.*}"
|
||||
|
||||
img="docker.io/rockdrilla/postgresql:${POSTGRESQL_VERSION}"
|
||||
|
@ -1,16 +1,16 @@
|
||||
## psycopg[c,pool]
|
||||
|
||||
psycopg-c==3.2.3
|
||||
psycopg-c==3.2.4
|
||||
typing_extensions==4.12.2
|
||||
psycopg-pool==3.2.4
|
||||
psycopg[c,pool]==3.2.3
|
||||
psycopg[c,pool]==3.2.4
|
||||
|
||||
## patroni[etcd3,kubernetes]
|
||||
|
||||
click==8.1.8
|
||||
wcwidth==0.2.13
|
||||
prettytable==3.12.0
|
||||
psutil==6.1.1
|
||||
prettytable==3.14.0
|
||||
psutil==7.0.0
|
||||
six==1.17.0
|
||||
python-dateutil==2.9.0.post0
|
||||
PyYAML==6.0.2
|
||||
@ -24,5 +24,5 @@ patroni[etcd3,kubernetes]==4.0.4
|
||||
cdiff==1.0
|
||||
pycparser==2.22
|
||||
cffi==1.17.1
|
||||
cryptography==44.0.0
|
||||
cryptography==44.0.1
|
||||
netaddr==1.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user