Skip to content

Commit 9f3d8ca

Browse files
authored
chore(ci): Use Bookworm for "Build Release Tarball" stage (#5378)
1 parent 67a6588 commit 9f3d8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/Jenkinsfile.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ pipeline {
320320
agent {
321321
docker {
322322
label 'docker'
323-
image "apache/couchdbci-debian:bullseye-erlang-${MINIMUM_ERLANG_VERSION}"
323+
image "apache/couchdbci-debian:bookworm-erlang-${MINIMUM_ERLANG_VERSION}"
324324
args "${DOCKER_ARGS}"
325325
registryUrl 'https://docker.io/'
326326
registryCredentialsId 'dockerhub_creds'

0 commit comments

Comments
 (0)