Migrate from bullseye to bookworm
* Pin bookworm explicitly in parent container image tags * Update references to bullseye
This commit is contained in:
parent
78009c6396
commit
573abc9a49
11 changed files with 9 additions and 9 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -15,5 +15,5 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the Docker image
|
||||
working-directory: ./bullseye
|
||||
working-directory: ./bookworm
|
||||
run: docker build . --file Dockerfile --tag joedwards32/cs2:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue