diff --git a/Dockerfile b/Dockerfile index ffa3227..2bf898b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV COMPOSER_HOME=/composer RUN echo "memory_limit=-1" > $PHP_INI_DIR/conf.d/memory-limit.ini -ENV VERSION=0.3.33 +ENV VERSION=0.3.32 RUN composer global require phparkitect/phparkitect $VERSION \ && composer global require phpunit/phpunit \ diff --git a/action.yml b/action.yml index f2fdffa..c3fd04f 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ name: "phparkitect-arkitect" runs: using: "docker" - image: "docker://phparkitect/arkitect-github-actions:0.3.33" + image: "docker://phparkitect/arkitect-github-actions:0.3.32"