Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 12.4.6
### Security (1 change)
- Fix stale Elasticsearch permissions when moving group from public group to private parent group.
## 12.4.5 ## 12.4.5
- No changes. - No changes.
... ...
......
...@@ -4,7 +4,10 @@ entry. ...@@ -4,7 +4,10 @@ entry.
   
## 12.4.6 ## 12.4.6
   
- No changes. ### Security (1 change)
- Update maven_file_name_regex for full string match.
   
## 12.4.5 ## 12.4.5
   
... ...
......
12.4.6 12.4.6-ee
...@@ -11,7 +11,7 @@ RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/s ...@@ -11,7 +11,7 @@ RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/s
# Update APT sources and install some dependencies # Update APT sources and install some dependencies
# #
RUN sed -i "s/httpredir.debian.org/ftp.us.debian.org/" /etc/apt/sources.list RUN sed -i "s/httpredir.debian.org/ftp.us.debian.org/" /etc/apt/sources.list
RUN apt-get update && apt-get install -y wget unzip xvfb RUN apt-get update && apt-get install -y wget unzip xvfb lsb-release
## ##
# Install some packages from backports # Install some packages from backports
... ...
......