Skip to content

Commit cc8c2b5

Browse files
committed
Update conf changelog dates, fix indents
1 parent c05829d commit cc8c2b5

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ RUN \
6666
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
6767
ACTUAL_CHECKSUM="$(php -r "echo hash_file('sha384', 'composer-setup.php');")" && \
6868
if [ "$EXPECTED_CHECKSUM" != "$ACTUAL_CHECKSUM" ]; then \
69-
>&2 echo 'ERROR: Invalid installer checksum' && \
70-
rm composer-setup.php && \
71-
exit 1; \
69+
>&2 echo 'ERROR: Invalid installer checksum' && \
70+
rm composer-setup.php && \
71+
exit 1; \
7272
fi && \
7373
php composer-setup.php --install-dir=/usr/bin && \
7474
rm composer-setup.php && \

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ RUN \
6666
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
6767
ACTUAL_CHECKSUM="$(php -r "echo hash_file('sha384', 'composer-setup.php');")" && \
6868
if [ "$EXPECTED_CHECKSUM" != "$ACTUAL_CHECKSUM" ]; then \
69-
>&2 echo 'ERROR: Invalid installer checksum' && \
70-
rm composer-setup.php && \
71-
exit 1; \
69+
>&2 echo 'ERROR: Invalid installer checksum' && \
70+
rm composer-setup.php && \
71+
exit 1; \
7272
fi && \
7373
php composer-setup.php --install-dir=/usr/bin && \
7474
rm composer-setup.php && \

readme-vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ full_custom_readme: |
3535
3636
Featuring :-
3737
38-
+ weekly updates
39-
+ security updates
40-
38+
+ weekly updates
39+
+ security updates
40+
4141
The following line is only in this repo for loop testing:
4242
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }
4343
{%- endraw %}

root/defaults/nginx/nginx.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2024/10/19 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/master/root/defaults/nginx/nginx.conf.sample
1+
## Version 2024/12/06 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/master/root/defaults/nginx/nginx.conf.sample
22

33
### Based on alpine defaults
44
# https://git.alpinelinux.org/aports/tree/main/nginx/nginx.conf?h=3.21-stable

root/defaults/nginx/ssl.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Version 2024/10/19 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/master/root/defaults/nginx/ssl.conf.sample
1+
## Version 2024/12/06 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/master/root/defaults/nginx/ssl.conf.sample
22

33
### Mozilla Recommendations
4-
# generated 2023-06-25, Mozilla Guideline v5.7, nginx 1.24.0, OpenSSL 3.1.1, intermediate configuration
5-
# https://ssl-config.mozilla.org/#server=nginx&version=1.26.0&config=intermediate&openssl=3.3.2&ocsp=false&guideline=5.7
4+
# generated 2024-12-06, Mozilla Guideline v5.7, nginx 1.26.2, OpenSSL 3.3.2, intermediate config, no OCSP
5+
# https://ssl-config.mozilla.org/#server=nginx&version=1.26.2&config=intermediate&openssl=3.3.2&ocsp=false&guideline=5.7
66

77
ssl_certificate /config/keys/cert.crt;
88
ssl_certificate_key /config/keys/cert.key;

0 commit comments

Comments
 (0)