fix: Set default BRANCH build argument
Browse files- 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 |
|