Skip to content

Commit

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

* Exclude the latest box (v4) on PHP 7.4 and 8.0  jakzal/toolbox#437

* Include box v3 as  jakzal/toolbox#437

* Add signature for box jakzal/toolbox#437
  • Loading branch information
jakzal committed Jul 1, 2022
1 parent 28bfa9e commit 220890f
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
Expand Up @@ -3,7 +3,7 @@
ARG PHP_VERSION=8.1
ARG BASE_IMAGE=php:${PHP_VERSION}-alpine
ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}"
ARG TOOLBOX_VERSION="1.62.0"
ARG TOOLBOX_VERSION="1.63.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
Expand Up @@ -3,7 +3,7 @@
ARG PHP_VERSION=8.1
ARG BASE_IMAGE=php:${PHP_VERSION}-cli
ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}"
ARG TOOLBOX_VERSION="1.62.0"
ARG TOOLBOX_VERSION="1.63.0"

FROM ${BASE_IMAGE} as phpbase

Expand Down

0 comments on commit 220890f

Please sign in to comment.