From ee73079969f2885147ce585e240b089a656776d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 06:07:14 +0000 Subject: [PATCH] chore(deps): bump cartesi/python in /python Bumps cartesi/python from 3.10-slim-jammy to 3.11-slim-jammy. --- updated-dependencies: - dependency-name: cartesi/python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Dockerfile b/python/Dockerfile index 447201e..3d04dc4 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker.io/docker/dockerfile:1 -FROM --platform=linux/riscv64 cartesi/python:3.10-slim-jammy +FROM --platform=linux/riscv64 cartesi/python:3.11-slim-jammy ARG MACHINE_EMULATOR_TOOLS_VERSION=0.14.1 ADD https://github.com/cartesi/machine-emulator-tools/releases/download/v${MACHINE_EMULATOR_TOOLS_VERSION}/machine-emulator-tools-v${MACHINE_EMULATOR_TOOLS_VERSION}.deb /