Browse Source

Run update.sh

Docker Library Bot 1 year ago
parent
commit
f83360edd3
3 changed files with 62 additions and 56 deletions
  1. 10 0
      convertigo/README.md
  2. 42 42
      php/README.md
  3. 10 14
      postgres/README.md

+ 10 - 0
convertigo/README.md

@@ -312,6 +312,16 @@ The default `DISABLE_SUDO` value is **empty** and can be defined this way:
 $ docker run -d --name C8O -e DISABLE_SUDO=true -p 28080:28080 convertigo
 ```
 
+## `ENABLE_JDWP_DEBUG` Environment variable
+
+Convertigo operates using the JVM (Java Virtual Machine). To enable remote debugging of the JVM, it's necessary to start it with specific options. By default, this configuration is not enabled. However, if you wish to automatically activate remote debugging over the JDWP port 8000, set the `ENABLE_JDWP_DEBUG` value to **true**.
+
+The default `ENABLE_JDWP_DEBUG` value is **false** and can be defined this way:
+
+```console
+$ docker run -d –name C8O -e ENABLE_JDWP_DEBUG=true -p 28080:28080 convertigo
+```
+
 ## Pre configurated Docker compose stack
 
 You can use this [stack](https://github.com/convertigo/docker/blob/master/compose/mbaas/docker-compose.yml) to run a complete Convertigo Low Code server with FullSync repository and MySQL analytics in a few command lines.

+ 42 - 42
php/README.md

@@ -25,89 +25,89 @@ WARNING:
 # Supported tags and respective `Dockerfile` links
 
 -	[`8.3.1RC3-cli-bookworm`, `8.3-rc-cli-bookworm`, `8.3.1RC3-bookworm`, `8.3-rc-bookworm`, `8.3.1RC3-cli`, `8.3-rc-cli`, `8.3.1RC3`, `8.3-rc`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/bookworm/cli/Dockerfile)
--	[`8.3.1RC3-apache-bookworm`, `8.3-rc-apache-bookworm`, `8.3.1RC3-apache`, `8.3-rc-apache`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/bookworm/apache/Dockerfile)
+-	[`8.3.1RC3-apache-bookworm`, `8.3-rc-apache-bookworm`, `8.3.1RC3-apache`, `8.3-rc-apache`](https://github.com/docker-library/php/blob/f8c3dc9ad98b95492aa871f256d6ac223bb49087/8.3-rc/bookworm/apache/Dockerfile)
 -	[`8.3.1RC3-fpm-bookworm`, `8.3-rc-fpm-bookworm`, `8.3.1RC3-fpm`, `8.3-rc-fpm`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/bookworm/fpm/Dockerfile)
 -	[`8.3.1RC3-zts-bookworm`, `8.3-rc-zts-bookworm`, `8.3.1RC3-zts`, `8.3-rc-zts`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/bookworm/zts/Dockerfile)
 -	[`8.3.1RC3-cli-bullseye`, `8.3-rc-cli-bullseye`, `8.3.1RC3-bullseye`, `8.3-rc-bullseye`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/bullseye/cli/Dockerfile)
 -	[`8.3.1RC3-apache-bullseye`, `8.3-rc-apache-bullseye`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/bullseye/apache/Dockerfile)
 -	[`8.3.1RC3-fpm-bullseye`, `8.3-rc-fpm-bullseye`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/bullseye/fpm/Dockerfile)
 -	[`8.3.1RC3-zts-bullseye`, `8.3-rc-zts-bullseye`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/bullseye/zts/Dockerfile)
--	[`8.3.1RC3-cli-alpine3.18`, `8.3-rc-cli-alpine3.18`, `8.3.1RC3-alpine3.18`, `8.3-rc-alpine3.18`, `8.3.1RC3-cli-alpine`, `8.3-rc-cli-alpine`, `8.3.1RC3-alpine`, `8.3-rc-alpine`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/alpine3.18/cli/Dockerfile)
--	[`8.3.1RC3-fpm-alpine3.18`, `8.3-rc-fpm-alpine3.18`, `8.3.1RC3-fpm-alpine`, `8.3-rc-fpm-alpine`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/alpine3.18/fpm/Dockerfile)
--	[`8.3.1RC3-zts-alpine3.18`, `8.3-rc-zts-alpine3.18`, `8.3.1RC3-zts-alpine`, `8.3-rc-zts-alpine`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/alpine3.18/zts/Dockerfile)
--	[`8.3.1RC3-cli-alpine3.17`, `8.3-rc-cli-alpine3.17`, `8.3.1RC3-alpine3.17`, `8.3-rc-alpine3.17`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/alpine3.17/cli/Dockerfile)
--	[`8.3.1RC3-fpm-alpine3.17`, `8.3-rc-fpm-alpine3.17`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/alpine3.17/fpm/Dockerfile)
--	[`8.3.1RC3-zts-alpine3.17`, `8.3-rc-zts-alpine3.17`](https://github.com/docker-library/php/blob/6add2e21ceb9fc3cd1ff3d818cd89b20a55646f4/8.3-rc/alpine3.17/zts/Dockerfile)
+-	[`8.3.1RC3-cli-alpine3.19`, `8.3-rc-cli-alpine3.19`, `8.3.1RC3-alpine3.19`, `8.3-rc-alpine3.19`, `8.3.1RC3-cli-alpine`, `8.3-rc-cli-alpine`, `8.3.1RC3-alpine`, `8.3-rc-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3-rc/alpine3.19/cli/Dockerfile)
+-	[`8.3.1RC3-fpm-alpine3.19`, `8.3-rc-fpm-alpine3.19`, `8.3.1RC3-fpm-alpine`, `8.3-rc-fpm-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3-rc/alpine3.19/fpm/Dockerfile)
+-	[`8.3.1RC3-zts-alpine3.19`, `8.3-rc-zts-alpine3.19`, `8.3.1RC3-zts-alpine`, `8.3-rc-zts-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3-rc/alpine3.19/zts/Dockerfile)
+-	[`8.3.1RC3-cli-alpine3.18`, `8.3-rc-cli-alpine3.18`, `8.3.1RC3-alpine3.18`, `8.3-rc-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3-rc/alpine3.18/cli/Dockerfile)
+-	[`8.3.1RC3-fpm-alpine3.18`, `8.3-rc-fpm-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3-rc/alpine3.18/fpm/Dockerfile)
+-	[`8.3.1RC3-zts-alpine3.18`, `8.3-rc-zts-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3-rc/alpine3.18/zts/Dockerfile)
 -	[`8.3.0-cli-bookworm`, `8.3-cli-bookworm`, `8-cli-bookworm`, `cli-bookworm`, `8.3.0-bookworm`, `8.3-bookworm`, `8-bookworm`, `bookworm`, `8.3.0-cli`, `8.3-cli`, `8-cli`, `cli`, `8.3.0`, `8.3`, `8`, `latest`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/bookworm/cli/Dockerfile)
--	[`8.3.0-apache-bookworm`, `8.3-apache-bookworm`, `8-apache-bookworm`, `apache-bookworm`, `8.3.0-apache`, `8.3-apache`, `8-apache`, `apache`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/bookworm/apache/Dockerfile)
+-	[`8.3.0-apache-bookworm`, `8.3-apache-bookworm`, `8-apache-bookworm`, `apache-bookworm`, `8.3.0-apache`, `8.3-apache`, `8-apache`, `apache`](https://github.com/docker-library/php/blob/f8c3dc9ad98b95492aa871f256d6ac223bb49087/8.3/bookworm/apache/Dockerfile)
 -	[`8.3.0-fpm-bookworm`, `8.3-fpm-bookworm`, `8-fpm-bookworm`, `fpm-bookworm`, `8.3.0-fpm`, `8.3-fpm`, `8-fpm`, `fpm`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/bookworm/fpm/Dockerfile)
 -	[`8.3.0-zts-bookworm`, `8.3-zts-bookworm`, `8-zts-bookworm`, `zts-bookworm`, `8.3.0-zts`, `8.3-zts`, `8-zts`, `zts`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/bookworm/zts/Dockerfile)
 -	[`8.3.0-cli-bullseye`, `8.3-cli-bullseye`, `8-cli-bullseye`, `cli-bullseye`, `8.3.0-bullseye`, `8.3-bullseye`, `8-bullseye`, `bullseye`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/bullseye/cli/Dockerfile)
 -	[`8.3.0-apache-bullseye`, `8.3-apache-bullseye`, `8-apache-bullseye`, `apache-bullseye`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/bullseye/apache/Dockerfile)
 -	[`8.3.0-fpm-bullseye`, `8.3-fpm-bullseye`, `8-fpm-bullseye`, `fpm-bullseye`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/bullseye/fpm/Dockerfile)
 -	[`8.3.0-zts-bullseye`, `8.3-zts-bullseye`, `8-zts-bullseye`, `zts-bullseye`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/bullseye/zts/Dockerfile)
--	[`8.3.0-cli-alpine3.18`, `8.3-cli-alpine3.18`, `8-cli-alpine3.18`, `cli-alpine3.18`, `8.3.0-alpine3.18`, `8.3-alpine3.18`, `8-alpine3.18`, `alpine3.18`, `8.3.0-cli-alpine`, `8.3-cli-alpine`, `8-cli-alpine`, `cli-alpine`, `8.3.0-alpine`, `8.3-alpine`, `8-alpine`, `alpine`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/alpine3.18/cli/Dockerfile)
--	[`8.3.0-fpm-alpine3.18`, `8.3-fpm-alpine3.18`, `8-fpm-alpine3.18`, `fpm-alpine3.18`, `8.3.0-fpm-alpine`, `8.3-fpm-alpine`, `8-fpm-alpine`, `fpm-alpine`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/alpine3.18/fpm/Dockerfile)
--	[`8.3.0-zts-alpine3.18`, `8.3-zts-alpine3.18`, `8-zts-alpine3.18`, `zts-alpine3.18`, `8.3.0-zts-alpine`, `8.3-zts-alpine`, `8-zts-alpine`, `zts-alpine`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/alpine3.18/zts/Dockerfile)
--	[`8.3.0-cli-alpine3.17`, `8.3-cli-alpine3.17`, `8-cli-alpine3.17`, `cli-alpine3.17`, `8.3.0-alpine3.17`, `8.3-alpine3.17`, `8-alpine3.17`, `alpine3.17`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/alpine3.17/cli/Dockerfile)
--	[`8.3.0-fpm-alpine3.17`, `8.3-fpm-alpine3.17`, `8-fpm-alpine3.17`, `fpm-alpine3.17`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/alpine3.17/fpm/Dockerfile)
--	[`8.3.0-zts-alpine3.17`, `8.3-zts-alpine3.17`, `8-zts-alpine3.17`, `zts-alpine3.17`](https://github.com/docker-library/php/blob/f59450afb41e40d7be6d3f3ebb77d285dd57aa63/8.3/alpine3.17/zts/Dockerfile)
+-	[`8.3.0-cli-alpine3.19`, `8.3-cli-alpine3.19`, `8-cli-alpine3.19`, `cli-alpine3.19`, `8.3.0-alpine3.19`, `8.3-alpine3.19`, `8-alpine3.19`, `alpine3.19`, `8.3.0-cli-alpine`, `8.3-cli-alpine`, `8-cli-alpine`, `cli-alpine`, `8.3.0-alpine`, `8.3-alpine`, `8-alpine`, `alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3/alpine3.19/cli/Dockerfile)
+-	[`8.3.0-fpm-alpine3.19`, `8.3-fpm-alpine3.19`, `8-fpm-alpine3.19`, `fpm-alpine3.19`, `8.3.0-fpm-alpine`, `8.3-fpm-alpine`, `8-fpm-alpine`, `fpm-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3/alpine3.19/fpm/Dockerfile)
+-	[`8.3.0-zts-alpine3.19`, `8.3-zts-alpine3.19`, `8-zts-alpine3.19`, `zts-alpine3.19`, `8.3.0-zts-alpine`, `8.3-zts-alpine`, `8-zts-alpine`, `zts-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3/alpine3.19/zts/Dockerfile)
+-	[`8.3.0-cli-alpine3.18`, `8.3-cli-alpine3.18`, `8-cli-alpine3.18`, `cli-alpine3.18`, `8.3.0-alpine3.18`, `8.3-alpine3.18`, `8-alpine3.18`, `alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3/alpine3.18/cli/Dockerfile)
+-	[`8.3.0-fpm-alpine3.18`, `8.3-fpm-alpine3.18`, `8-fpm-alpine3.18`, `fpm-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3/alpine3.18/fpm/Dockerfile)
+-	[`8.3.0-zts-alpine3.18`, `8.3-zts-alpine3.18`, `8-zts-alpine3.18`, `zts-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.3/alpine3.18/zts/Dockerfile)
 -	[`8.2.14RC1-cli-bookworm`, `8.2-rc-cli-bookworm`, `8.2.14RC1-bookworm`, `8.2-rc-bookworm`, `8.2.14RC1-cli`, `8.2-rc-cli`, `8.2.14RC1`, `8.2-rc`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/bookworm/cli/Dockerfile)
--	[`8.2.14RC1-apache-bookworm`, `8.2-rc-apache-bookworm`, `8.2.14RC1-apache`, `8.2-rc-apache`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/bookworm/apache/Dockerfile)
+-	[`8.2.14RC1-apache-bookworm`, `8.2-rc-apache-bookworm`, `8.2.14RC1-apache`, `8.2-rc-apache`](https://github.com/docker-library/php/blob/f8c3dc9ad98b95492aa871f256d6ac223bb49087/8.2-rc/bookworm/apache/Dockerfile)
 -	[`8.2.14RC1-fpm-bookworm`, `8.2-rc-fpm-bookworm`, `8.2.14RC1-fpm`, `8.2-rc-fpm`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/bookworm/fpm/Dockerfile)
 -	[`8.2.14RC1-zts-bookworm`, `8.2-rc-zts-bookworm`, `8.2.14RC1-zts`, `8.2-rc-zts`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/bookworm/zts/Dockerfile)
 -	[`8.2.14RC1-cli-bullseye`, `8.2-rc-cli-bullseye`, `8.2.14RC1-bullseye`, `8.2-rc-bullseye`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/bullseye/cli/Dockerfile)
 -	[`8.2.14RC1-apache-bullseye`, `8.2-rc-apache-bullseye`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/bullseye/apache/Dockerfile)
 -	[`8.2.14RC1-fpm-bullseye`, `8.2-rc-fpm-bullseye`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/bullseye/fpm/Dockerfile)
 -	[`8.2.14RC1-zts-bullseye`, `8.2-rc-zts-bullseye`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/bullseye/zts/Dockerfile)
--	[`8.2.14RC1-cli-alpine3.18`, `8.2-rc-cli-alpine3.18`, `8.2.14RC1-alpine3.18`, `8.2-rc-alpine3.18`, `8.2.14RC1-cli-alpine`, `8.2-rc-cli-alpine`, `8.2.14RC1-alpine`, `8.2-rc-alpine`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/alpine3.18/cli/Dockerfile)
--	[`8.2.14RC1-fpm-alpine3.18`, `8.2-rc-fpm-alpine3.18`, `8.2.14RC1-fpm-alpine`, `8.2-rc-fpm-alpine`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/alpine3.18/fpm/Dockerfile)
--	[`8.2.14RC1-zts-alpine3.18`, `8.2-rc-zts-alpine3.18`, `8.2.14RC1-zts-alpine`, `8.2-rc-zts-alpine`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/alpine3.18/zts/Dockerfile)
--	[`8.2.14RC1-cli-alpine3.17`, `8.2-rc-cli-alpine3.17`, `8.2.14RC1-alpine3.17`, `8.2-rc-alpine3.17`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/alpine3.17/cli/Dockerfile)
--	[`8.2.14RC1-fpm-alpine3.17`, `8.2-rc-fpm-alpine3.17`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/alpine3.17/fpm/Dockerfile)
--	[`8.2.14RC1-zts-alpine3.17`, `8.2-rc-zts-alpine3.17`](https://github.com/docker-library/php/blob/b02ed6ab2ff3a42e0604045792e2c448a11daf6d/8.2-rc/alpine3.17/zts/Dockerfile)
+-	[`8.2.14RC1-cli-alpine3.19`, `8.2-rc-cli-alpine3.19`, `8.2.14RC1-alpine3.19`, `8.2-rc-alpine3.19`, `8.2.14RC1-cli-alpine`, `8.2-rc-cli-alpine`, `8.2.14RC1-alpine`, `8.2-rc-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2-rc/alpine3.19/cli/Dockerfile)
+-	[`8.2.14RC1-fpm-alpine3.19`, `8.2-rc-fpm-alpine3.19`, `8.2.14RC1-fpm-alpine`, `8.2-rc-fpm-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2-rc/alpine3.19/fpm/Dockerfile)
+-	[`8.2.14RC1-zts-alpine3.19`, `8.2-rc-zts-alpine3.19`, `8.2.14RC1-zts-alpine`, `8.2-rc-zts-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2-rc/alpine3.19/zts/Dockerfile)
+-	[`8.2.14RC1-cli-alpine3.18`, `8.2-rc-cli-alpine3.18`, `8.2.14RC1-alpine3.18`, `8.2-rc-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2-rc/alpine3.18/cli/Dockerfile)
+-	[`8.2.14RC1-fpm-alpine3.18`, `8.2-rc-fpm-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2-rc/alpine3.18/fpm/Dockerfile)
+-	[`8.2.14RC1-zts-alpine3.18`, `8.2-rc-zts-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2-rc/alpine3.18/zts/Dockerfile)
 -	[`8.2.13-cli-bookworm`, `8.2-cli-bookworm`, `8.2.13-bookworm`, `8.2-bookworm`, `8.2.13-cli`, `8.2-cli`, `8.2.13`, `8.2`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/bookworm/cli/Dockerfile)
--	[`8.2.13-apache-bookworm`, `8.2-apache-bookworm`, `8.2.13-apache`, `8.2-apache`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/bookworm/apache/Dockerfile)
+-	[`8.2.13-apache-bookworm`, `8.2-apache-bookworm`, `8.2.13-apache`, `8.2-apache`](https://github.com/docker-library/php/blob/f8c3dc9ad98b95492aa871f256d6ac223bb49087/8.2/bookworm/apache/Dockerfile)
 -	[`8.2.13-fpm-bookworm`, `8.2-fpm-bookworm`, `8.2.13-fpm`, `8.2-fpm`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/bookworm/fpm/Dockerfile)
 -	[`8.2.13-zts-bookworm`, `8.2-zts-bookworm`, `8.2.13-zts`, `8.2-zts`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/bookworm/zts/Dockerfile)
 -	[`8.2.13-cli-bullseye`, `8.2-cli-bullseye`, `8.2.13-bullseye`, `8.2-bullseye`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/bullseye/cli/Dockerfile)
 -	[`8.2.13-apache-bullseye`, `8.2-apache-bullseye`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/bullseye/apache/Dockerfile)
 -	[`8.2.13-fpm-bullseye`, `8.2-fpm-bullseye`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/bullseye/fpm/Dockerfile)
 -	[`8.2.13-zts-bullseye`, `8.2-zts-bullseye`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/bullseye/zts/Dockerfile)
--	[`8.2.13-cli-alpine3.18`, `8.2-cli-alpine3.18`, `8.2.13-alpine3.18`, `8.2-alpine3.18`, `8.2.13-cli-alpine`, `8.2-cli-alpine`, `8.2.13-alpine`, `8.2-alpine`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/alpine3.18/cli/Dockerfile)
--	[`8.2.13-fpm-alpine3.18`, `8.2-fpm-alpine3.18`, `8.2.13-fpm-alpine`, `8.2-fpm-alpine`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/alpine3.18/fpm/Dockerfile)
--	[`8.2.13-zts-alpine3.18`, `8.2-zts-alpine3.18`, `8.2.13-zts-alpine`, `8.2-zts-alpine`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/alpine3.18/zts/Dockerfile)
--	[`8.2.13-cli-alpine3.17`, `8.2-cli-alpine3.17`, `8.2.13-alpine3.17`, `8.2-alpine3.17`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/alpine3.17/cli/Dockerfile)
--	[`8.2.13-fpm-alpine3.17`, `8.2-fpm-alpine3.17`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/alpine3.17/fpm/Dockerfile)
--	[`8.2.13-zts-alpine3.17`, `8.2-zts-alpine3.17`](https://github.com/docker-library/php/blob/74548e8879e4b5b83cabb0b41c479d2027580958/8.2/alpine3.17/zts/Dockerfile)
+-	[`8.2.13-cli-alpine3.19`, `8.2-cli-alpine3.19`, `8.2.13-alpine3.19`, `8.2-alpine3.19`, `8.2.13-cli-alpine`, `8.2-cli-alpine`, `8.2.13-alpine`, `8.2-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2/alpine3.19/cli/Dockerfile)
+-	[`8.2.13-fpm-alpine3.19`, `8.2-fpm-alpine3.19`, `8.2.13-fpm-alpine`, `8.2-fpm-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2/alpine3.19/fpm/Dockerfile)
+-	[`8.2.13-zts-alpine3.19`, `8.2-zts-alpine3.19`, `8.2.13-zts-alpine`, `8.2-zts-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2/alpine3.19/zts/Dockerfile)
+-	[`8.2.13-cli-alpine3.18`, `8.2-cli-alpine3.18`, `8.2.13-alpine3.18`, `8.2-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2/alpine3.18/cli/Dockerfile)
+-	[`8.2.13-fpm-alpine3.18`, `8.2-fpm-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2/alpine3.18/fpm/Dockerfile)
+-	[`8.2.13-zts-alpine3.18`, `8.2-zts-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.2/alpine3.18/zts/Dockerfile)
 -	[`8.1.27RC1-cli-bookworm`, `8.1-rc-cli-bookworm`, `8.1.27RC1-bookworm`, `8.1-rc-bookworm`, `8.1.27RC1-cli`, `8.1-rc-cli`, `8.1.27RC1`, `8.1-rc`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/bookworm/cli/Dockerfile)
--	[`8.1.27RC1-apache-bookworm`, `8.1-rc-apache-bookworm`, `8.1.27RC1-apache`, `8.1-rc-apache`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/bookworm/apache/Dockerfile)
+-	[`8.1.27RC1-apache-bookworm`, `8.1-rc-apache-bookworm`, `8.1.27RC1-apache`, `8.1-rc-apache`](https://github.com/docker-library/php/blob/f8c3dc9ad98b95492aa871f256d6ac223bb49087/8.1-rc/bookworm/apache/Dockerfile)
 -	[`8.1.27RC1-fpm-bookworm`, `8.1-rc-fpm-bookworm`, `8.1.27RC1-fpm`, `8.1-rc-fpm`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/bookworm/fpm/Dockerfile)
 -	[`8.1.27RC1-zts-bookworm`, `8.1-rc-zts-bookworm`, `8.1.27RC1-zts`, `8.1-rc-zts`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/bookworm/zts/Dockerfile)
 -	[`8.1.27RC1-cli-bullseye`, `8.1-rc-cli-bullseye`, `8.1.27RC1-bullseye`, `8.1-rc-bullseye`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/bullseye/cli/Dockerfile)
 -	[`8.1.27RC1-apache-bullseye`, `8.1-rc-apache-bullseye`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/bullseye/apache/Dockerfile)
 -	[`8.1.27RC1-fpm-bullseye`, `8.1-rc-fpm-bullseye`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/bullseye/fpm/Dockerfile)
 -	[`8.1.27RC1-zts-bullseye`, `8.1-rc-zts-bullseye`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/bullseye/zts/Dockerfile)
--	[`8.1.27RC1-cli-alpine3.18`, `8.1-rc-cli-alpine3.18`, `8.1.27RC1-alpine3.18`, `8.1-rc-alpine3.18`, `8.1.27RC1-cli-alpine`, `8.1-rc-cli-alpine`, `8.1.27RC1-alpine`, `8.1-rc-alpine`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/alpine3.18/cli/Dockerfile)
--	[`8.1.27RC1-fpm-alpine3.18`, `8.1-rc-fpm-alpine3.18`, `8.1.27RC1-fpm-alpine`, `8.1-rc-fpm-alpine`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/alpine3.18/fpm/Dockerfile)
--	[`8.1.27RC1-zts-alpine3.18`, `8.1-rc-zts-alpine3.18`, `8.1.27RC1-zts-alpine`, `8.1-rc-zts-alpine`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/alpine3.18/zts/Dockerfile)
--	[`8.1.27RC1-cli-alpine3.17`, `8.1-rc-cli-alpine3.17`, `8.1.27RC1-alpine3.17`, `8.1-rc-alpine3.17`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/alpine3.17/cli/Dockerfile)
--	[`8.1.27RC1-fpm-alpine3.17`, `8.1-rc-fpm-alpine3.17`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/alpine3.17/fpm/Dockerfile)
--	[`8.1.27RC1-zts-alpine3.17`, `8.1-rc-zts-alpine3.17`](https://github.com/docker-library/php/blob/21e903f57ea7f5bc123eb4b168a9d307b449617d/8.1-rc/alpine3.17/zts/Dockerfile)
+-	[`8.1.27RC1-cli-alpine3.19`, `8.1-rc-cli-alpine3.19`, `8.1.27RC1-alpine3.19`, `8.1-rc-alpine3.19`, `8.1.27RC1-cli-alpine`, `8.1-rc-cli-alpine`, `8.1.27RC1-alpine`, `8.1-rc-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1-rc/alpine3.19/cli/Dockerfile)
+-	[`8.1.27RC1-fpm-alpine3.19`, `8.1-rc-fpm-alpine3.19`, `8.1.27RC1-fpm-alpine`, `8.1-rc-fpm-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1-rc/alpine3.19/fpm/Dockerfile)
+-	[`8.1.27RC1-zts-alpine3.19`, `8.1-rc-zts-alpine3.19`, `8.1.27RC1-zts-alpine`, `8.1-rc-zts-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1-rc/alpine3.19/zts/Dockerfile)
+-	[`8.1.27RC1-cli-alpine3.18`, `8.1-rc-cli-alpine3.18`, `8.1.27RC1-alpine3.18`, `8.1-rc-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1-rc/alpine3.18/cli/Dockerfile)
+-	[`8.1.27RC1-fpm-alpine3.18`, `8.1-rc-fpm-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1-rc/alpine3.18/fpm/Dockerfile)
+-	[`8.1.27RC1-zts-alpine3.18`, `8.1-rc-zts-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1-rc/alpine3.18/zts/Dockerfile)
 -	[`8.1.26-cli-bookworm`, `8.1-cli-bookworm`, `8.1.26-bookworm`, `8.1-bookworm`, `8.1.26-cli`, `8.1-cli`, `8.1.26`, `8.1`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/bookworm/cli/Dockerfile)
--	[`8.1.26-apache-bookworm`, `8.1-apache-bookworm`, `8.1.26-apache`, `8.1-apache`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/bookworm/apache/Dockerfile)
+-	[`8.1.26-apache-bookworm`, `8.1-apache-bookworm`, `8.1.26-apache`, `8.1-apache`](https://github.com/docker-library/php/blob/f8c3dc9ad98b95492aa871f256d6ac223bb49087/8.1/bookworm/apache/Dockerfile)
 -	[`8.1.26-fpm-bookworm`, `8.1-fpm-bookworm`, `8.1.26-fpm`, `8.1-fpm`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/bookworm/fpm/Dockerfile)
 -	[`8.1.26-zts-bookworm`, `8.1-zts-bookworm`, `8.1.26-zts`, `8.1-zts`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/bookworm/zts/Dockerfile)
 -	[`8.1.26-cli-bullseye`, `8.1-cli-bullseye`, `8.1.26-bullseye`, `8.1-bullseye`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/bullseye/cli/Dockerfile)
 -	[`8.1.26-apache-bullseye`, `8.1-apache-bullseye`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/bullseye/apache/Dockerfile)
 -	[`8.1.26-fpm-bullseye`, `8.1-fpm-bullseye`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/bullseye/fpm/Dockerfile)
 -	[`8.1.26-zts-bullseye`, `8.1-zts-bullseye`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/bullseye/zts/Dockerfile)
--	[`8.1.26-cli-alpine3.18`, `8.1-cli-alpine3.18`, `8.1.26-alpine3.18`, `8.1-alpine3.18`, `8.1.26-cli-alpine`, `8.1-cli-alpine`, `8.1.26-alpine`, `8.1-alpine`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/alpine3.18/cli/Dockerfile)
--	[`8.1.26-fpm-alpine3.18`, `8.1-fpm-alpine3.18`, `8.1.26-fpm-alpine`, `8.1-fpm-alpine`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/alpine3.18/fpm/Dockerfile)
--	[`8.1.26-zts-alpine3.18`, `8.1-zts-alpine3.18`, `8.1.26-zts-alpine`, `8.1-zts-alpine`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/alpine3.18/zts/Dockerfile)
--	[`8.1.26-cli-alpine3.17`, `8.1-cli-alpine3.17`, `8.1.26-alpine3.17`, `8.1-alpine3.17`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/alpine3.17/cli/Dockerfile)
--	[`8.1.26-fpm-alpine3.17`, `8.1-fpm-alpine3.17`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/alpine3.17/fpm/Dockerfile)
--	[`8.1.26-zts-alpine3.17`, `8.1-zts-alpine3.17`](https://github.com/docker-library/php/blob/25e17c7d52af3fe23bd3c04427c6011144b553ef/8.1/alpine3.17/zts/Dockerfile)
+-	[`8.1.26-cli-alpine3.19`, `8.1-cli-alpine3.19`, `8.1.26-alpine3.19`, `8.1-alpine3.19`, `8.1.26-cli-alpine`, `8.1-cli-alpine`, `8.1.26-alpine`, `8.1-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1/alpine3.19/cli/Dockerfile)
+-	[`8.1.26-fpm-alpine3.19`, `8.1-fpm-alpine3.19`, `8.1.26-fpm-alpine`, `8.1-fpm-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1/alpine3.19/fpm/Dockerfile)
+-	[`8.1.26-zts-alpine3.19`, `8.1-zts-alpine3.19`, `8.1.26-zts-alpine`, `8.1-zts-alpine`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1/alpine3.19/zts/Dockerfile)
+-	[`8.1.26-cli-alpine3.18`, `8.1-cli-alpine3.18`, `8.1.26-alpine3.18`, `8.1-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1/alpine3.18/cli/Dockerfile)
+-	[`8.1.26-fpm-alpine3.18`, `8.1-fpm-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1/alpine3.18/fpm/Dockerfile)
+-	[`8.1.26-zts-alpine3.18`, `8.1-zts-alpine3.18`](https://github.com/docker-library/php/blob/c3c7f06feb14df9f6fc79577d4b033b0abe374a2/8.1/alpine3.18/zts/Dockerfile)
 
 # Quick reference (cont.)
 

+ 10 - 14
postgres/README.md

@@ -26,28 +26,24 @@ WARNING:
 
 -	[`16.1`, `16`, `latest`, `16.1-bookworm`, `16-bookworm`, `bookworm`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/16/bookworm/Dockerfile)
 -	[`16.1-bullseye`, `16-bullseye`, `bullseye`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/16/bullseye/Dockerfile)
--	[`16.1-alpine3.19`, `16-alpine3.19`, `alpine3.19`, `16.1-alpine`, `16-alpine`, `alpine`](https://github.com/docker-library/postgres/blob/25f6ba56f915bb41b2e2def0ed3acc5ae5439f44/16/alpine3.19/Dockerfile)
--	[`16.1-alpine3.18`, `16-alpine3.18`, `alpine3.18`](https://github.com/docker-library/postgres/blob/2468c9d91a2ef4055411e09c42cd054732ebf579/16/alpine3.18/Dockerfile)
+-	[`16.1-alpine3.19`, `16-alpine3.19`, `alpine3.19`, `16.1-alpine`, `16-alpine`, `alpine`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/16/alpine3.19/Dockerfile)
+-	[`16.1-alpine3.18`, `16-alpine3.18`, `alpine3.18`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/16/alpine3.18/Dockerfile)
 -	[`15.5`, `15`, `15.5-bookworm`, `15-bookworm`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/15/bookworm/Dockerfile)
 -	[`15.5-bullseye`, `15-bullseye`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/15/bullseye/Dockerfile)
--	[`15.5-alpine3.19`, `15-alpine3.19`, `15.5-alpine`, `15-alpine`](https://github.com/docker-library/postgres/blob/25f6ba56f915bb41b2e2def0ed3acc5ae5439f44/15/alpine3.19/Dockerfile)
--	[`15.5-alpine3.18`, `15-alpine3.18`](https://github.com/docker-library/postgres/blob/2468c9d91a2ef4055411e09c42cd054732ebf579/15/alpine3.18/Dockerfile)
+-	[`15.5-alpine3.19`, `15-alpine3.19`, `15.5-alpine`, `15-alpine`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/15/alpine3.19/Dockerfile)
+-	[`15.5-alpine3.18`, `15-alpine3.18`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/15/alpine3.18/Dockerfile)
 -	[`14.10`, `14`, `14.10-bookworm`, `14-bookworm`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/14/bookworm/Dockerfile)
 -	[`14.10-bullseye`, `14-bullseye`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/14/bullseye/Dockerfile)
--	[`14.10-alpine3.19`, `14-alpine3.19`, `14.10-alpine`, `14-alpine`](https://github.com/docker-library/postgres/blob/25f6ba56f915bb41b2e2def0ed3acc5ae5439f44/14/alpine3.19/Dockerfile)
--	[`14.10-alpine3.18`, `14-alpine3.18`](https://github.com/docker-library/postgres/blob/2468c9d91a2ef4055411e09c42cd054732ebf579/14/alpine3.18/Dockerfile)
+-	[`14.10-alpine3.19`, `14-alpine3.19`, `14.10-alpine`, `14-alpine`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/14/alpine3.19/Dockerfile)
+-	[`14.10-alpine3.18`, `14-alpine3.18`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/14/alpine3.18/Dockerfile)
 -	[`13.13`, `13`, `13.13-bookworm`, `13-bookworm`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/13/bookworm/Dockerfile)
 -	[`13.13-bullseye`, `13-bullseye`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/13/bullseye/Dockerfile)
--	[`13.13-alpine3.19`, `13-alpine3.19`, `13.13-alpine`, `13-alpine`](https://github.com/docker-library/postgres/blob/25f6ba56f915bb41b2e2def0ed3acc5ae5439f44/13/alpine3.19/Dockerfile)
--	[`13.13-alpine3.18`, `13-alpine3.18`](https://github.com/docker-library/postgres/blob/2468c9d91a2ef4055411e09c42cd054732ebf579/13/alpine3.18/Dockerfile)
+-	[`13.13-alpine3.19`, `13-alpine3.19`, `13.13-alpine`, `13-alpine`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/13/alpine3.19/Dockerfile)
+-	[`13.13-alpine3.18`, `13-alpine3.18`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/13/alpine3.18/Dockerfile)
 -	[`12.17`, `12`, `12.17-bookworm`, `12-bookworm`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/12/bookworm/Dockerfile)
 -	[`12.17-bullseye`, `12-bullseye`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/12/bullseye/Dockerfile)
--	[`12.17-alpine3.19`, `12-alpine3.19`, `12.17-alpine`, `12-alpine`](https://github.com/docker-library/postgres/blob/25f6ba56f915bb41b2e2def0ed3acc5ae5439f44/12/alpine3.19/Dockerfile)
--	[`12.17-alpine3.18`, `12-alpine3.18`](https://github.com/docker-library/postgres/blob/2468c9d91a2ef4055411e09c42cd054732ebf579/12/alpine3.18/Dockerfile)
--	[`11.22-bookworm`, `11-bookworm`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/11/bookworm/Dockerfile)
--	[`11.22-bullseye`, `11-bullseye`](https://github.com/docker-library/postgres/blob/a42b68455866552c2ad2fc9a8e18d46b50712139/11/bullseye/Dockerfile)
--	[`11.22-alpine3.19`, `11-alpine3.19`, `11.22-alpine`, `11-alpine`](https://github.com/docker-library/postgres/blob/25f6ba56f915bb41b2e2def0ed3acc5ae5439f44/11/alpine3.19/Dockerfile)
--	[`11.22-alpine3.18`, `11-alpine3.18`](https://github.com/docker-library/postgres/blob/2468c9d91a2ef4055411e09c42cd054732ebf579/11/alpine3.18/Dockerfile)
+-	[`12.17-alpine3.19`, `12-alpine3.19`, `12.17-alpine`, `12-alpine`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/12/alpine3.19/Dockerfile)
+-	[`12.17-alpine3.18`, `12-alpine3.18`](https://github.com/docker-library/postgres/blob/1d4651c6c9ee4caf314a62a41111e7c65710f77e/12/alpine3.18/Dockerfile)
 
 # Quick reference (cont.)