Skip to content

Commit cd626d8

Browse files
committed
build: Updates docker image to run locally.
1 parent 0929641 commit cd626d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOCKER_RUN = docker run --rm -it --net=host -v ${PWD}:/app -w /app gustavofreze/php:8.2.6
1+
DOCKER_RUN = docker run --rm -it --net=host -v ${PWD}:/app -w /app gustavofreze/php:8.2
22

33
.PHONY: configure test test-no-coverage review show-reports clean
44

0 commit comments

Comments
 (0)