From fe9ecbf140b9f57e97bf3391df0d8a4e43bcbf60 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sun, 5 Nov 2023 20:10:33 +0000 Subject: [PATCH] Upgrade to bookworm --- Dockerfile | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 78a834ea..266e49b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-slim-bullseye +FROM python:3.11.6-slim-bookworm ARG DEBIAN_FRONTEND=noninteractive RUN mkdir -p /usr/src/robosats diff --git a/requirements.txt b/requirements.txt index 2ad80b92..f468dcc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,11 +8,11 @@ djangorestframework==3.14.0 channels==4.0.0 channels-redis==4.1.0 celery==5.3.4 -grpcio==1.58.0 +grpcio==1.59.2 googleapis-common-protos==1.61.0 -grpcio-tools==1.58.0 +grpcio-tools==1.59.2 numpy==1.26.0 -Pillow==9.5.0 +Pillow==10.1.0 python-decouple==3.8 requests==2.31.0 ring==0.10.1