update dependencies
This commit is contained in:
parent
cdf719f195
commit
03e1196f88
2 changed files with 675 additions and 578 deletions
|
@ -7,7 +7,7 @@ RUN wget -q https://github.com/mozilla/geckodriver/releases/download/$GECKODRIVE
|
|||
&& tar xvf $GECKODRIVER_FILENAME \
|
||||
&& rm $GECKODRIVER_FILENAME
|
||||
|
||||
FROM python:3.11-slim-bookworm AS final
|
||||
FROM python:3.13-slim-bookworm AS final
|
||||
RUN apt-get update && apt-get install -y firefox-esr
|
||||
COPY --from=downloader /app/geckodriver /usr/local/bin/geckodriver
|
||||
ARG OFX_VERSION
|
||||
|
|
1251
poetry.lock
generated
1251
poetry.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue