Skip to content

Commit

Permalink
⬆ Update nginx to 1.18.0-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairpaul committed Jul 12, 2020
1 parent 970560e commit b5d8317
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions bookstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
mariadb-client=10.4.13-r0 \
nginx=1.16.1-r6 \
php7-curl=7.3.18-r0 \
php7-dom=7.3.18-r0 \
php7-fileinfo=7.3.18-r0 \
php7-fpm=7.3.18-r0 \
php7-gd=7.3.18-r0 \
php7-json=7.3.18-r0 \
php7-mbstring=7.3.18-r0 \
php7-mysqlnd=7.3.18-r0 \
php7-openssl=7.3.18-r0 \
php7-pdo_mysql=7.3.18-r0 \
php7-session=7.3.18-r0 \
php7-simplexml=7.3.18-r0 \
php7-tidy=7.3.18-r0 \
php7-tokenizer=7.3.18-r0 \
php7-xml=7.3.18-r0 \
php7=7.3.18-r0 \
nginx=1.18.0-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=1.9.1-r0 \
Expand Down

0 comments on commit b5d8317

Please sign in to comment.