bump project deps

This commit is contained in:
Jakub Miazek
2023-06-26 10:27:14 +02:00
parent 38a228ca96
commit 91b2121603
2 changed files with 141 additions and 143 deletions

View File

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