-
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.
- Loading branch information
1 parent
db74d35
commit bd55d16
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM debian:trixie-slim AS build_stage | ||
FROM debian:12-slim AS build_stage | ||
|
||
LABEL creator="Sergey Shorokhov <[email protected]>" | ||
|
||
|
@@ -55,7 +55,7 @@ RUN rm -rf linux64 .DepotDownloader utils/ \ | |
-name '*.dylib' \ | ||
\) -exec rm -rf {} \; | ||
|
||
FROM debian:trixie-slim AS run_stage | ||
FROM debian:12-slim AS run_stage | ||
|
||
# Install required packages | ||
RUN set -x \ | ||
|