@@ -49,7 +49,7 @@ On the other hand, some OSes won't run older Erlangs because of library changes,
4949Just specify on the command line any of the ` ERLANGVERSION ` , ` NODEVERSION ` , or ` ELIXIRVERSION ` environment variables:
5050
5151```
52- NODEVERSION=18 ELIXIRVERSION=v1.15.7 ERLANGVERSION=25.3.2.12 ./build.sh platform debian-bullseye
52+ NODEVERSION=18 ELIXIRVERSION=v1.17.2 ERLANGVERSION=25.3.2.13 ./build.sh platform debian-bullseye
5353```
5454
5555## Building images for other architectures
@@ -71,7 +71,7 @@ will build **and upload** a new multi-arch container image to the registry. For
7171example:
7272
7373```
74- ./build.sh buildx-platform debian-bullseye
74+ ./build.sh buildx-platform debian-bookworm
7575```
7676
7777The ` $BUILDX_PLATFORMS ` environment variable can be used to override the default
@@ -90,7 +90,7 @@ This will build all the Debian and RHEL-clone OS images on x86-64 with that vers
9090## Update images used for CI with new Erlang versions
9191
9292```
93- ERLANGVERSION=24.3.4.7 ./build.sh buildx-platform debian-bullseye
93+ ERLANGVERSION=24.3.4.7 ./build.sh buildx-platform debian-bookworm
9494```
9595
9696This will update Debian Bullseye OS image for all architectures (x86,
@@ -105,7 +105,7 @@ buildx-platform-release creates as x86 only.
105105## Update Debian Bullseye image with 25.2
106106
107107```
108- BUILDX_PLATFORMS=linux/amd64 ERLANGVERSION=25.2 ./build.sh buildx-platform debian-bullseye
108+ BUILDX_PLATFORMS=linux/amd64 ERLANGVERSION=25.2 ./build.sh buildx-platform debian-bookworm
109109```
110110
111111In this case, since we're not using 25.2 for multi-arch testing, opt to build it only for x86.
@@ -136,7 +136,7 @@ After building the image as above:
136136docker run -it couchdbdev/<tag>
137137```
138138
139- where ` <tag> ` is of the format ` <distro>-<version>-<type> ` , such as ` debian-bullseye -erlang-23 .3.4.17 ` .
139+ where ` <tag> ` is of the format ` <distro>-<version>-<type> ` , such as ` debian-bookworm -erlang-25 .3.2.13 ` .
140140
141141## Running the CouchDB build in a published container
142142
0 commit comments