Skip to content

Commit

Permalink
Fix suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvino committed Feb 6, 2024
1 parent 7f1c08e commit de69abb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM debian:bookworm-slim
ARG IMG=debian
ARG TAG=bookworm
FROM $IMG:$TAG

# Docker build arguments
ARG SOURCE_DIR=/jellyfin
Expand Down

0 comments on commit de69abb

Please sign in to comment.