You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-17 13:02:40 +03:00
Update 13 to 13.8, bullseye 13.8-1.pgdg110+1
This commit is contained in:
4
13/alpine/Dockerfile
generated
4
13/alpine/Dockerfile
generated
@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
|||||||
RUN mkdir /docker-entrypoint-initdb.d
|
RUN mkdir /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
ENV PG_MAJOR 13
|
ENV PG_MAJOR 13
|
||||||
ENV PG_VERSION 13.7
|
ENV PG_VERSION 13.8
|
||||||
ENV PG_SHA256 1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399
|
ENV PG_SHA256 73876fdd3a517087340458dca4ce15b8d2a4dbceb334c0441424551ae6c4cded
|
||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
\
|
\
|
||||||
|
|||||||
2
13/bullseye/Dockerfile
generated
2
13/bullseye/Dockerfile
generated
@@ -87,7 +87,7 @@ RUN set -ex; \
|
|||||||
ENV PG_MAJOR 13
|
ENV PG_MAJOR 13
|
||||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||||
|
|
||||||
ENV PG_VERSION 13.7-1.pgdg110+1
|
ENV PG_VERSION 13.8-1.pgdg110+1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|||||||
@@ -61,15 +61,15 @@
|
|||||||
"arm64",
|
"arm64",
|
||||||
"ppc64el"
|
"ppc64el"
|
||||||
],
|
],
|
||||||
"version": "13.7-1.pgdg110+1"
|
"version": "13.8-1.pgdg110+1"
|
||||||
},
|
},
|
||||||
"debian": "bullseye",
|
"debian": "bullseye",
|
||||||
"debianSuites": [
|
"debianSuites": [
|
||||||
"bullseye"
|
"bullseye"
|
||||||
],
|
],
|
||||||
"major": 13,
|
"major": 13,
|
||||||
"sha256": "1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399",
|
"sha256": "73876fdd3a517087340458dca4ce15b8d2a4dbceb334c0441424551ae6c4cded",
|
||||||
"version": "13.7"
|
"version": "13.8"
|
||||||
},
|
},
|
||||||
"14": {
|
"14": {
|
||||||
"alpine": "3.16",
|
"alpine": "3.16",
|
||||||
|
|||||||
Reference in New Issue
Block a user