From 26a1355d83ef8da36b961ffbfe171f7433b4e376 Mon Sep 17 00:00:00 2001 From: jamshale Date: Tue, 7 May 2024 07:54:26 -0700 Subject: [PATCH] Correct oid4vci python version for integration tests Signed-off-by: jamshale --- oid4vci/integration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oid4vci/integration/Dockerfile b/oid4vci/integration/Dockerfile index dbb93f1ec..7fbbb5650 100644 --- a/oid4vci/integration/Dockerfile +++ b/oid4vci/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bullseye AS base +FROM python:3.10-slim-bookworm AS base WORKDIR /usr/src/app ENV POETRY_VERSION=1.5.0