diff --git a/Dockerfile b/Dockerfile index 30ec526..a826e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG GIT_URI="https://github.com/orocrm/crm-application.git" # branch name or tag # master - for master branch # tags/1.9.1 - for 1.9.1 tag -ARG GIT_REF="tags/2.0.25" +ARG GIT_REF="tags/2.0.26" RUN install-application.sh