Skip to content

Commit

Permalink
bump build images to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Dec 7, 2023
1 parent d9292da commit d9a996e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-and-upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
needs: update-version-and-changelog
runs-on: ubuntu-latest
container:
image: debian:buster
image: debian:bookworm
steps:
- name: Install build dependencies
run: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
needs: update-version-and-changelog
runs-on: ubuntu-latest
container:
image: quay.io/centos/centos:stream8
image: quay.io/centos/centos:stream9
steps:
- name: Install build dependencies
run: |
Expand Down

0 comments on commit d9a996e

Please sign in to comment.