From 765327f824e6dd099c041b107a14cef753d68ec2 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Wed, 7 Feb 2024 09:07:21 -0500 Subject: [PATCH] Bump some verions --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9611497..b3fd92b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Python version can be changed, e.g. # FROM python:3.8 # FROM ghcr.io/mamba-org/micromamba:1.5.1-focal-cuda-11.3.1 -FROM docker.io/python:3.12.0-slim-bookworm +FROM docker.io/python:3.12.1-slim-bookworm LABEL org.opencontainers.image.authors="FNNDSC " \ org.opencontainers.image.title="ChRIS Plugin Title" \ diff --git a/requirements.txt b/requirements.txt index dfc8be5..645d77e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -chris_plugin==0.3.1 +chris_plugin==0.4.0