From 5c9cdbe34302fe745f2d295f65f20d2556dd3597 Mon Sep 17 00:00:00 2001 From: David Gault Date: Thu, 8 Feb 2024 14:28:48 +0000 Subject: [PATCH] Bump Bio-Formats version to 7.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6d63c4..e9d305a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openmicroscopy/octave:0.3.0 LABEL maintainer="ome-devel@lists.openmicroscopy.org.uk" LABEL org.opencontainers.image.source="https://github.com/ome/bio-formats-octave-docker" -ARG VERSION=7.1.0 +ARG VERSION=7.2.0 USER root