refactor: bump project deps

This commit is contained in:
Jakub Miazek
2024-03-29 13:39:22 +01:00
parent a5dff87330
commit 37c5bb316f
3 changed files with 328 additions and 127 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.12.2-slim-bookworm AS base
FROM python:3.12-slim-bookworm AS base
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends curl git build-essential \