lattmamb commited on
Commit
b35df61
·
verified ·
1 Parent(s): d3d0c66

fix: Set default BRANCH build argument

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,3 +1,4 @@
 
1
  # Use the latest slim version of Debian
2
  FROM debian:bookworm-slim
3
 
 
1
+ ARG BRANCH="main"
2
  # Use the latest slim version of Debian
3
  FROM debian:bookworm-slim
4