From 71a56ad6d114c26d4f05bc9b1804331041f17337 Mon Sep 17 00:00:00 2001 From: jamshale Date: Tue, 9 Jul 2024 21:26:46 +0000 Subject: [PATCH] Upgrade python in integration test dockerfile oid4vci 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 7fbbb5650..372549fcd 100644 --- a/oid4vci/integration/Dockerfile +++ b/oid4vci/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm AS base +FROM python:3.12-slim-bookworm AS base WORKDIR /usr/src/app ENV POETRY_VERSION=1.5.0