Skip to content

Commit

Permalink
Update toolbox 1.54.1 -> 1.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Dec 31, 2021
1 parent ad4a272 commit 3d4a883
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.54.1"
ARG TOOLBOX_VERSION="1.54.2"

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.54.1"
ARG TOOLBOX_VERSION="1.54.2"

FROM ${BASE_IMAGE} as phpbase

Expand Down

0 comments on commit 3d4a883

Please sign in to comment.