forked from dockcross/dockcross
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to debian bookworm Signed-off-by: Bensuperpc <[email protected]>
- Loading branch information
1 parent
9eb419c
commit 46b2600
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ Dockerfile | |
web-wasm/Dockerfile | ||
*/imagefiles/* | ||
!imagefiles/* | ||
crosstool-ng/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DOCKER_IMAGE=debian:bullseye-slim | ||
ARG DOCKER_IMAGE=debian:bookworm-slim | ||
FROM $DOCKER_IMAGE | ||
|
||
LABEL maintainer="Matt McCormick [email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters