Skip to content

Commit ed88fb0

Browse files
authored
Update Dockerfile
v4.0.2
1 parent 6940894 commit ed88fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN chmod +x /startScript.sh
2323

2424
RUN cd /var/www/html
2525

26-
RUN composer create-project codeigniter4/appstarter codeigniter4 -s rc
26+
RUN composer create-project codeigniter4/appstarter codeigniter4 v4.0.2
2727
RUN chmod -R 0777 /var/www/html/codeigniter4/writable
2828

2929
RUN mv /var/www/html/codeigniter4 /var/tmp/

0 commit comments

Comments
 (0)