File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ RUN echo 'upload_max_filesize = 5M' >> /usr/local/etc/php/conf.d/docker-php-uplo
6767
6868# Download and extract SimpleRisk, plus saving release version for database reference
6969RUN rm -rf /var/www/html && \
70- curl -sL https://simplerisk-downloads.s3.amazonaws.com/public/bundles/simplerisk-20231103 -001.tgz | tar xz -C /var/www && \
71- echo 20231103 -001 > /tmp/version
70+ curl -sL https://simplerisk-downloads.s3.amazonaws.com/public/bundles/simplerisk-20240102 -001.tgz | tar xz -C /var/www && \
71+ echo 20240102 -001 > /tmp/version
7272
7373# Creating Simplerisk user on www-data group and setting up ownerships
7474RUN useradd -G www-data simplerisk && \
Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ RUN phpenmod ldap && \
8181 sed -i 's/\( ServerSignature\) On/\1 Off/g' /etc/apache2/conf-enabled/security.conf
8282
8383RUN echo %sudo ALL=NOPASSWD: ALL >> /etc/sudoers && \
84- echo "20231103 -001" > /tmp/version
84+ echo "20240102 -001" > /tmp/version
8585
8686# Download SimpleRisk
8787RUN rm -rf /var/www/html && \
88- curl -sL https://github.com/simplerisk/database/raw/master/simplerisk-en-20231103 -001.sql > /simplerisk.sql && \
89- curl -sL https://simplerisk-downloads.s3.amazonaws.com/public/bundles/simplerisk-20231103 -001.tgz | tar xz -C /var/www
88+ curl -sL https://github.com/simplerisk/database/raw/master/simplerisk-en-20240102 -001.sql > /simplerisk.sql && \
89+ curl -sL https://simplerisk-downloads.s3.amazonaws.com/public/bundles/simplerisk-20240102 -001.tgz | tar xz -C /var/www
9090
9191# Permissions
9292RUN chown -R www-data: /var/www/simplerisk
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ services:
66 simplerisk :
77 environment :
88 - DB_SETUP=automatic
9- - DB_SETUP_PASS=EQNtqYCCRgsXwtbet0fLk
9+ - DB_SETUP_PASS=xYBqQPfnAiW0P061Mi9Ph
1010 - SIMPLERISK_DB_HOSTNAME=mysql
11- image : simplerisk/simplerisk-minimal:20231103 -001
11+ image : simplerisk/simplerisk-minimal:20240102 -001
1212 ports :
1313 - " 80:80"
1414 - " 443:443"
1515
1616 mariadb :
1717 command : mysqld --sql_mode="NO_ENGINE_SUBSTITUTION"
1818 environment :
19- - MYSQL_ROOT_PASSWORD=EQNtqYCCRgsXwtbet0fLk
19+ - MYSQL_ROOT_PASSWORD=xYBqQPfnAiW0P061Mi9Ph
2020 image : mysql:8.0
2121
2222 smtp :
You can’t perform that action at this time.
0 commit comments