diff --git a/Dockerfile b/Dockerfile index 789dc49..8b159fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN ansible-galaxy install -p /opt/setup/roles -r requirements.yml RUN dnf -y clean all RUN rm -fr /var/cache -ARG OMERO_VERSION=5.6.12 +ARG OMERO_VERSION=5.6.13 ARG OMEGO_ADDITIONAL_ARGS= ENV OMERODIR=/opt/omero/server/OMERO.server