Skip to content

Commit

Permalink
Bump pytz from 2023.3.post1 to 2024.2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Oct 11, 2024
1 parent feae537 commit 686e990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM redhat/ubi9-minimal:9.4-1227.1726694542
RUN microdnf install -y --nodocs python3 python3-pip && \
microdnf clean all && \
pip-3 install --no-cache-dir 'PyYAML>=5.4.1' && \
pip-3 install --no-cache-dir 'pytz==2023.3.post1' && \
pip-3 install --no-cache-dir 'pytz==2024.2' && \
pip-3 install --no-cache-dir 'tg-archive==1.2.1'

0 comments on commit 686e990

Please sign in to comment.