Update 14 to 14.3, bullseye 14.3-1.pgdg110+1
This commit is contained in:
parent
f060d12360
commit
4e56664f17
|
|
@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
||||||
RUN mkdir /docker-entrypoint-initdb.d
|
RUN mkdir /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
ENV PG_MAJOR 14
|
ENV PG_MAJOR 14
|
||||||
ENV PG_VERSION 14.2
|
ENV PG_VERSION 14.3
|
||||||
ENV PG_SHA256 2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a
|
ENV PG_SHA256 279057368bf59a919c05ada8f95c5e04abb43e74b9a2a69c3d46a20e07a9af38
|
||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ RUN set -ex; \
|
||||||
ENV PG_MAJOR 14
|
ENV PG_MAJOR 14
|
||||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||||
|
|
||||||
ENV PG_VERSION 14.2-1.pgdg110+1
|
ENV PG_VERSION 14.3-1.pgdg110+1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -97,14 +97,14 @@
|
||||||
"arm64",
|
"arm64",
|
||||||
"ppc64el"
|
"ppc64el"
|
||||||
],
|
],
|
||||||
"version": "14.2-1.pgdg110+1"
|
"version": "14.3-1.pgdg110+1"
|
||||||
},
|
},
|
||||||
"debian": "bullseye",
|
"debian": "bullseye",
|
||||||
"debianSuites": [
|
"debianSuites": [
|
||||||
"bullseye"
|
"bullseye"
|
||||||
],
|
],
|
||||||
"major": 14,
|
"major": 14,
|
||||||
"sha256": "2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a",
|
"sha256": "279057368bf59a919c05ada8f95c5e04abb43e74b9a2a69c3d46a20e07a9af38",
|
||||||
"version": "14.2"
|
"version": "14.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue