Skip to content

Commit

Permalink
Update base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
dalvarez-stratio committed Nov 18, 2024
1 parent c2eac64 commit 4305565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ COPY ./app $APP_HOME
COPY *.py package.json requirements.txt /
RUN pip install -r requirements.txt


ENV PYTHONUNBUFFERED 1
ENTRYPOINT python main.py -c $APP_HOME/exporter_config.yaml
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ botocore==1.31.65
envyaml==1.10.211231
prometheus_client==0.17.0
python_dateutil==2.8.2
setuptools==75.5.0

0 comments on commit 4305565

Please sign in to comment.