Update 12 to 12.15, bullseye 12.15-1.pgdg110+1
This commit is contained in:
parent
ee629b1e31
commit
d681c1da2f
|
|
@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
|||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
ENV PG_MAJOR 12
|
||||
ENV PG_VERSION 12.14
|
||||
ENV PG_SHA256 785610237d382c842d356e347138e58c06ffeae240e6cc0b52ac5ebcc30d043e
|
||||
ENV PG_VERSION 12.15
|
||||
ENV PG_SHA256 bb5206e2864c1c4579938b96ea6096d155f22abf2d2cc2aa57571e3c4cb12b36
|
||||
|
||||
RUN set -eux; \
|
||||
\
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ RUN set -ex; \
|
|||
ENV PG_MAJOR 12
|
||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||
|
||||
ENV PG_VERSION 12.14-1.pgdg110+1
|
||||
ENV PG_VERSION 12.15-1.pgdg110+1
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
|
@ -94,7 +94,7 @@ RUN set -ex; \
|
|||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
amd64 | arm64 | ppc64el | s390x) \
|
||||
# arches officialy built by upstream
|
||||
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
|
||||
apt-get update; \
|
||||
|
|
|
|||
|
|
@ -24,17 +24,18 @@
|
|||
"arches": [
|
||||
"amd64",
|
||||
"arm64",
|
||||
"ppc64el"
|
||||
"ppc64el",
|
||||
"s390x"
|
||||
],
|
||||
"version": "12.14-1.pgdg110+1"
|
||||
"version": "12.15-1.pgdg110+1"
|
||||
},
|
||||
"debian": "bullseye",
|
||||
"debianSuites": [
|
||||
"bullseye"
|
||||
],
|
||||
"major": 12,
|
||||
"sha256": "785610237d382c842d356e347138e58c06ffeae240e6cc0b52ac5ebcc30d043e",
|
||||
"version": "12.14"
|
||||
"sha256": "bb5206e2864c1c4579938b96ea6096d155f22abf2d2cc2aa57571e3c4cb12b36",
|
||||
"version": "12.15"
|
||||
},
|
||||
"13": {
|
||||
"alpine": "3.18",
|
||||
|
|
|
|||
Loading…
Reference in New Issue