Skip to content
Snippets Groups Projects
Commit b64a1708 authored by Docker Library Bot's avatar Docker Library Bot
Browse files

Update 17 to 17.1, bookworm 17.1-1.pgdg120+1, bullseye 17.1-1.pgdg110+1

parent f6c1f5b3
No related branches found
No related tags found
No related merge requests found
...@@ -52,8 +52,8 @@ ENV LANG en_US.utf8 ...@@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PG_VERSION 17.0 ENV PG_VERSION 17.1
ENV PG_SHA256 7e276131c0fdd6b62588dbad9b3bb24b8c3498d5009328dba59af16e819109de ENV PG_SHA256 7849db74ef6a8555d0723f87e81539301422fa9c8e9f21cce61fdc14e9199dcd
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \
......
...@@ -52,8 +52,8 @@ ENV LANG en_US.utf8 ...@@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PG_VERSION 17.0 ENV PG_VERSION 17.1
ENV PG_SHA256 7e276131c0fdd6b62588dbad9b3bb24b8c3498d5009328dba59af16e819109de ENV PG_SHA256 7849db74ef6a8555d0723f87e81539301422fa9c8e9f21cce61fdc14e9199dcd
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \
......
...@@ -89,7 +89,7 @@ RUN set -ex; \ ...@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 17.0-1.pgdg120+1 ENV PG_VERSION 17.1-1.pgdg120+1
RUN set -ex; \ RUN set -ex; \
\ \
......
...@@ -89,7 +89,7 @@ RUN set -ex; \ ...@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 17.0-1.pgdg110+1 ENV PG_VERSION 17.1-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \
......
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "17.0-1.pgdg120+1" "version": "17.1-1.pgdg120+1"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
...@@ -172,17 +172,17 @@ ...@@ -172,17 +172,17 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "17.0-1.pgdg110+1" "version": "17.1-1.pgdg110+1"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 17, "major": 17,
"sha256": "7e276131c0fdd6b62588dbad9b3bb24b8c3498d5009328dba59af16e819109de", "sha256": "7849db74ef6a8555d0723f87e81539301422fa9c8e9f21cce61fdc14e9199dcd",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.20", "alpine3.20",
"alpine3.19" "alpine3.19"
], ],
"version": "17.0" "version": "17.1"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment