We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9095c commit a9b6ad6Copy full SHA for a9b6ad6
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.13-slim
2
3
WORKDIR /app
4
5
-ARG branch='master'
+ARG branch='feature/wbc'
6
7
RUN apt-get update \
8
&& apt-get install -y --no-install-recommends git \
0 commit comments