Skip to content

Commit

Permalink
feat: Update docker version in develop pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tubadzin committed Jan 13, 2025
1 parent 815c167 commit 427cd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
check:
runs-on: ubuntu-latest
container:
image: debian:bullseye-slim # use the same image as our docker runner
image: debian:bookworm-slim # use the same image as our docker runner
steps:
- name: Clone repo (shallow)
uses: actions/checkout@v3
Expand Down

0 comments on commit 427cd13

Please sign in to comment.