Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pnabutovsky committed Dec 11, 2021
1 parent 9a01cb9 commit 0599df8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Primero::Application
VERSION = '2.2.0.1'
VERSION = '2.2.0.2'
end
6 changes: 5 additions & 1 deletion docker/solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ RUN bin/bash -c set -euox pipefail \
; apt install -y $SOLR_PACKAGES \
; chown -R $SOLR_USER:$SOLR_GROUP /var/solr/data \
; chmod -R 700 /var/solr/data \
; chmod +x /sub.sh
; chmod +x /sub.sh \
; cp /opt/solr/bin/solr.in.sh.orig /opt/solr/bin/solr.in.sh \
; echo 'Defending against CVE-2021-44228' \
; echo 'SOLR_OPTS="$SOLR_OPTS -Dlog4j2.formatMsgNoLookups=true"' >> /opt/solr/bin/solr.in.sh \
; mv /opt/solr/bin/solr.in.sh /etc/default/solr.in.sh

USER $SOLR_USER
# This could also be put in the compose file.
Expand Down

0 comments on commit 0599df8

Please sign in to comment.