From 83abfa962ffae0d5385f3475c5686cd6b7ac6118 Mon Sep 17 00:00:00 2001 From: David Gault Date: Thu, 18 Apr 2024 14:18:37 +0100 Subject: [PATCH] Bump Bio-Formats version to 7.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9d305a..8348adb 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.2.0 +ARG VERSION=7.3.0 USER root