Skip to content

Commit

Permalink
Release 7.6.13 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jul 28, 2023
1 parent 93918d6 commit 27dbb27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.6.13 2023-07-28 <dave at tiredofit dot ca>

### Reverted
- Remove php-decimal extension from debian variant


## 7.6.12 2023-07-28 <dave at tiredofit dot ca>

### Added
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DISTRO=debian
ARG DISTRO_VARIANT=bullseye
ARG DISTRO_VARIANT=bookworm

FROM docker.io/tiredofit/nginx:${DISTRO}-${DISTRO_VARIANT}
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
Expand Down Expand Up @@ -73,7 +73,6 @@ RUN export PHP_7_3_RUN_DEPS=" \
export PHP_ADDITIONAL_MODULES=" \
php$PHP_BASE-ast \
php$PHP_BASE-apcu \
php$PHP_BASE-decimal \
php$PHP_BASE-gearman \
php$PHP_BASE-grpc \
php$PHP_BASE-imagick \
Expand Down Expand Up @@ -181,8 +180,6 @@ RUN export PHP_7_3_RUN_DEPS=" \
\
package cleanup && \
mkdir -p /var/log/nginx && \
shopt -s extglob && \
rm -rf /etc/php/!(${PHP_BASE})
rm -rf \
/root/.gnupg \
/tmp/* \
Expand Down

0 comments on commit 27dbb27

Please sign in to comment.