Skip to content

Commit a11ead1

Browse files
authored
Merge pull request #76 from simplerisk/update-20240102-001
SimpleRisk Release 20240102
2 parents 5ba235e + b4deab2 commit a11ead1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

simplerisk-minimal/php81/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6969
RUN 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
7474
RUN useradd -G www-data simplerisk && \

simplerisk/jammy/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

8383
RUN echo %sudo ALL=NOPASSWD: ALL >> /etc/sudoers && \
84-
echo "20231103-001" > /tmp/version
84+
echo "20240102-001" > /tmp/version
8585

8686
# Download SimpleRisk
8787
RUN 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
9292
RUN chown -R www-data: /var/www/simplerisk

stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)