Skip to content

Commit

Permalink
apacheGH-41240: [Release][Packaging] Use Debian bookworm for uploadin…
Browse files Browse the repository at this point in the history
…g binaries (apache#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: apache#41240

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored and tolleybot committed May 2, 2024
1 parent 454dd8e commit 2cf4b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/binary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM debian:bullseye
FROM debian:bookworm

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit 2cf4b48

Please sign in to comment.