We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874f644 commit dac23c5Copy full SHA for dac23c5
Dockerfile
@@ -12,7 +12,7 @@ RUN yum -y install epel-release \
12
&& yum -y install ansible sudo \
13
&& ansible-galaxy install -p /opt/setup/roles -r requirements.yml
14
15
-ARG OMERO_VERSION=5.6.0
+ARG OMERO_VERSION=5.6.1
16
ARG OMEGO_ADDITIONAL_ARGS=
17
ENV OMERODIR=/opt/omero/server/OMERO.server/
18
RUN ansible-playbook playbook.yml \
0 commit comments