Skip to content

Commit

Permalink
Dockerfile to use omero-web-standalone:5.21.0 for Django 3.6
Browse files Browse the repository at this point in the history
Django 3.6 will be installed as the lastest version that works on python2.6
  • Loading branch information
will-moore committed Sep 8, 2023
1 parent eb007dc commit 9c5110e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openmicroscopy/omero-web-standalone:latest
FROM openmicroscopy/omero-web-standalone:5.21.0

USER root
RUN yum -y install npm
Expand Down

0 comments on commit 9c5110e

Please sign in to comment.