Skip to content

Commit 35101ce

Browse files
committed
Bump Docker image to Debian 12 for pure-rust-build
It was previously Debian 10 buster. That version of Debian is past long term support (LTS), and although third-party Freexian ELTS updates are publicly available, the image on Docker Hub has not received any updates since the end of its LTS period. In contrast, the Debian 11 bullseye and Debian 12 bookworm images continue to be regularly updated, as of this writing.
1 parent 2ed0a37 commit 35101ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
pure-rust-build:
2222
runs-on: ubuntu-latest
23-
container: debian:buster
23+
container: debian:bookworm
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Prerequisites

0 commit comments

Comments
 (0)