Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 14, 2024
1 parent 5cd65ec commit 7c24bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update && \
# Get the Python version and store it in a file
RUN python3 -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')" > /python_version
RUN cat /python_version
RUN cat /etc/hosts


FROM stage-1 AS stage-2
Expand Down

0 comments on commit 7c24bd0

Please sign in to comment.