Skip to content

Commit

Permalink
use debian 12-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed May 9, 2024
1 parent db74d35 commit bd55d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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]>"

Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit bd55d16

Please sign in to comment.