Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp authored Aug 14, 2024
1 parent db02606 commit 74fbe12
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 @@ -27,7 +27,7 @@ RUN if [ "$BUILDPLATFORM" = "arm64" ]; then \
RUN git clone --depth 1 https://github.com/xenova/chat-downloader.git

# Production stage
FROM --platform=$BUILDPLATFORM debian:bookworm-slim
FROM debian:bookworm-slim
WORKDIR /opt/app

# Install dependencies
Expand Down

0 comments on commit 74fbe12

Please sign in to comment.