From a67b51d53de0acfb51cbf2310cd399546607751e Mon Sep 17 00:00:00 2001 From: gustavofreze Date: Sun, 18 Jun 2023 15:05:01 -0300 Subject: [PATCH] build: Updates docker image to run locally. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a04a19..9bf35fe 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DOCKER_RUN = docker run --rm -it --net=host -v ${PWD}:/app -w /app gustavofreze/php:8.2.6 +DOCKER_RUN = docker run --rm -it --net=host -v ${PWD}:/app -w /app gustavofreze/php:8.2 .PHONY: configure test test-no-coverage review show-reports clean