From 8933267634a086ceec7335aef95b9a3310d313d1 Mon Sep 17 00:00:00 2001 From: Ruben Bouman <11735227+rubinatorz@users.noreply.github.com> Date: Tue, 4 Oct 2022 16:34:17 +0200 Subject: [PATCH] docker version bump --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c2aab36..d747bda0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.10-slim-bullseye -LABEL version="1.6.0" +LABEL version="1.7.0" # copy DeTT&CT and install the requirements COPY . /opt/DeTTECT