zBotta commited on
Commit
b16ce83
·
verified ·
1 Parent(s): 1df0796

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ FROM python:3.11-slim AS fetcher
7
 
8
  ARG GIT_REPO=https://github.com/zBotta/reportingAgent.git
9
  # TODO: after tests change GIT_REF to main
10
- ARG GIT_REF=dev # branch or tag (for a specific commit, see notes below)
11
 
12
  RUN apt-get update && apt-get install -y --no-install-recommends \
13
  git ca-certificates && \
 
7
 
8
  ARG GIT_REPO=https://github.com/zBotta/reportingAgent.git
9
  # TODO: after tests change GIT_REF to main
10
+ ARG GIT_REF=main # branch or tag (for a specific commit, see notes below)
11
 
12
  RUN apt-get update && apt-get install -y --no-install-recommends \
13
  git ca-certificates && \