Bump dependencies, Chrome, and some other general fixes (#1607)

Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
flower
2025-11-05 01:49:32 +03:00
committed by GitHub
parent 8a8b9415c3
commit 8d72617219
10 changed files with 18 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim-bookworm as builder
FROM python:3.14-slim-bookworm as builder
# Build dummy packages to skip installing them and their dependencies
RUN apt-get update \
@@ -12,7 +12,7 @@ RUN apt-get update \
&& equivs-build adwaita-icon-theme \
&& mv adwaita-icon-theme_*.deb /adwaita-icon-theme.deb
FROM python:3.13-slim-bookworm
FROM python:3.14-slim-bookworm
# Copy dummy packages
COPY --from=builder /*.deb /