Skip to content

Commit

Permalink
Update Docker images
Browse files Browse the repository at this point in the history
Debian: 10.9 to 11.2
PostgreSQL: 13.3 to 14.1
Nextcloud: 21.0.1 to 23.0.0
HTTP: 2.4.46 to 2.4.52
Firefly: 5.5.11 to 5.5.13
  • Loading branch information
ovk committed Jan 10, 2022
1 parent 7323225 commit 0a92490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nextcloud/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ ARG PHP_FPM_CONF=/usr/local/etc/php-fpm.d/www.conf
RUN [ "$(id -u www-data)" -eq "$WWW_DATA_UID" ] && [ "$(id -g www-data)" -eq "$WWW_DATA_GID" ] || exit 1 # <3>
RUN apt-get update && \
apt-get install -y --no-install-recommends supervisor && \
apt-get install -y --no-install-recommends supervisor libmagickcore-6.q16-6-extra && \
mkdir /var/log/supervisord /var/run/supervisord && \
sed -i 's/-l\s\+[0-9]\+/-l 5/' /cron.sh && \ # <4>
sed -i 's/^\(pm.max_children\s*=\)\s*[0-9]\+/\1 20/' $\{PHP_FPM_CONF} && \ # <5>
Expand Down
10 changes: 5 additions & 5 deletions parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
// Attributes for latest Docker images versions (for convenience)

// Debian Linux (slim)
:SB_DEBIAN_VERSION: 10.9-slim
:SB_DEBIAN_VERSION: 11.2-slim
// PostgreSQL
:SB_POSTGRES_VERSION: 13.3
:SB_POSTGRES_VERSION: 14.1
// Nextcloud FPM
:SB_NEXTCLOUD_FPM_VERSION: 21.0.1-fpm
:SB_NEXTCLOUD_FPM_VERSION: 23.0.0-fpm
// HTTPD
:SB_HTTPD_VERSION: 2.4.46
:SB_HTTPD_VERSION: 2.4.52
// Firefly III
:SB_FIREFLY_VERSION: version-5.5.11
:SB_FIREFLY_VERSION: version-5.5.13

0 comments on commit 0a92490

Please sign in to comment.