update deps

This commit is contained in:
Konstantin Demin 2025-02-19 11:09:16 +03:00
parent 6765c098f8
commit 20182ec83f
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6
3 changed files with 8 additions and 8 deletions

View File

@ -287,8 +287,8 @@ SHELL [ "/bin/sh", "-ec" ]
COPY /scripts/* /usr/local/sbin/ COPY /scripts/* /usr/local/sbin/
COPY /extra-scripts/* /usr/local/sbin/ COPY /extra-scripts/* /usr/local/sbin/
## "2024.08.30" ## "2025.01.31"
ENV CERTIFI_COMMIT=4ba39005afa1958ee24af51a11b64299fba61025 ENV CERTIFI_COMMIT=088f93122ea7c91cfdaeea7fa76ab2f850b8064d
# 'https://raw.githubusercontent.com/certifi/python-certifi' # 'https://raw.githubusercontent.com/certifi/python-certifi'
ARG CERTIFI_BASE_URI='https://github.com/certifi/python-certifi/raw' ARG CERTIFI_BASE_URI='https://github.com/certifi/python-certifi/raw'

View File

@ -8,7 +8,7 @@ BUILDAH_ISOLATION="${BUILDAH_ISOLATION:-chroot}"
BUILDAH_NETWORK="${BUILDAH_NETWORK:-host}" BUILDAH_NETWORK="${BUILDAH_NETWORK:-host}"
set +a set +a
POSTGRESQL_VERSION="${1:-16.6}" POSTGRESQL_VERSION="${1:-16.7}"
PG_MAJOR="${POSTGRESQL_VERSION%%.*}" PG_MAJOR="${POSTGRESQL_VERSION%%.*}"
img="docker.io/rockdrilla/postgresql:${POSTGRESQL_VERSION}" img="docker.io/rockdrilla/postgresql:${POSTGRESQL_VERSION}"

View File

@ -1,16 +1,16 @@
## psycopg[c,pool] ## psycopg[c,pool]
psycopg-c==3.2.3 psycopg-c==3.2.4
typing_extensions==4.12.2 typing_extensions==4.12.2
psycopg-pool==3.2.4 psycopg-pool==3.2.4
psycopg[c,pool]==3.2.3 psycopg[c,pool]==3.2.4
## patroni[etcd3,kubernetes] ## patroni[etcd3,kubernetes]
click==8.1.8 click==8.1.8
wcwidth==0.2.13 wcwidth==0.2.13
prettytable==3.12.0 prettytable==3.14.0
psutil==6.1.1 psutil==7.0.0
six==1.17.0 six==1.17.0
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
PyYAML==6.0.2 PyYAML==6.0.2
@ -24,5 +24,5 @@ patroni[etcd3,kubernetes]==4.0.4
cdiff==1.0 cdiff==1.0
pycparser==2.22 pycparser==2.22
cffi==1.17.1 cffi==1.17.1
cryptography==44.0.0 cryptography==44.0.1
netaddr==1.3.0 netaddr==1.3.0