update deps

This commit is contained in:
2025-04-09 14:46:16 +03:00
parent 8b83963828
commit 91d3a48177
6 changed files with 40 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
ARG PYTHONTAG=3.12.9-slim-bookworm
ARG PYTHONTAG=3.12.10-slim-bookworm
FROM docker.io/python:${PYTHONTAG} AS base-upstream
FROM base-upstream AS base-intermediate
@@ -52,6 +52,7 @@ RUN apt-env.sh apt-get update ; \
; \
apt-env.sh apt-get upgrade -y ; \
apt-install.sh \
apt-utils \
brotli \
cron \
curl \