Skip to content

Commit

Permalink
Bump iceberg-tools to 0.0.7rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort committed Dec 18, 2023
1 parent 7e96933 commit 88cdff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl-job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ COPY ./requirements.txt /root
RUN source venv/bin/activate && pip install -r requirements.txt

# move these out of requirements.txt, so that builds are quicker when we change
RUN source venv/bin/activate && pip install "iceberg_tools>=0.0.6rc1"
RUN source venv/bin/activate && pip install "iceberg-tools>=0.0.7rc1"
RUN source venv/bin/activate && pip install "gen3_util>=0.0.13rc5"
RUN source venv/bin/activate && pip install "aced-submission==0.0.9rc5" --no-cache

Expand Down

0 comments on commit 88cdff7

Please sign in to comment.