This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new c3fd79f16e GH-41240: [Release][Packaging] Use Debian bookworm for 
uploading binaries (#41241)
c3fd79f16e is described below

commit c3fd79f16e4e580ab4277ec70c3e2fe7b922bbd2
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Apr 17 11:56:42 2024 +0900

    GH-41240: [Release][Packaging] Use Debian bookworm for uploading binaries 
(#41241)
    
    ### Rationale for this change
    
    Debian bullseye will reach EOL on 2024-07:
    https://wiki.debian.org/DebianReleases
    
    ### What changes are included in this PR?
    
    Use bookworm instead.
    
    ### Are these changes tested?
    
    Yes. I used this for 16.0.0 RC0.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #41240
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/release/binary/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/binary/Dockerfile b/dev/release/binary/Dockerfile
index a21b32dd76..bef042fb42 100644
--- a/dev/release/binary/Dockerfile
+++ b/dev/release/binary/Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM debian:bullseye
+FROM debian:bookworm
 
 ENV DEBIAN_FRONTEND noninteractive
 

Reply via email to