Skip to content

Commit

Permalink
Update toolbox 1.52.0 -> 1.53.0
Browse files Browse the repository at this point in the history
Updates:

* Enable phpat on PHP 8.0 jakzal/toolbox#410
  • Loading branch information
jakzal committed Dec 20, 2021
1 parent 5b9e7d4 commit cc8bdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PHP_VERSION=8.0
ARG BASE_IMAGE=php:${PHP_VERSION}-alpine
ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}"
ARG TOOLBOX_VERSION="1.52.0"
ARG TOOLBOX_VERSION="1.53.0"

FROM ${BASE_IMAGE} as phpbase

Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PHP_VERSION=8.0
ARG BASE_IMAGE=php:${PHP_VERSION}-cli
ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}"
ARG TOOLBOX_VERSION="1.52.0"
ARG TOOLBOX_VERSION="1.53.0"

FROM ${BASE_IMAGE} as phpbase

Expand Down

0 comments on commit cc8bdc9

Please sign in to comment.