Skip to content

Commit

Permalink
docker...
Browse files Browse the repository at this point in the history
  • Loading branch information
hUwUtao committed Jul 31, 2024
1 parent e2c0c35 commit 8a211d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY Cargo.toml Cargo.lock ./
RUN cargo build --release

# Stage 2: Create the final image
FROM debian:slim-buster
FROM debian:bookworm-slim

WORKDIR /app
COPY --from=builder /app/target/release/renskin ./
Expand Down

0 comments on commit 8a211d4

Please sign in to comment.