Skip to content

Commit

Permalink
updating Dockerfile to test php8.2 instead of 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuehoang committed Nov 19, 2024
1 parent e3497d5 commit 20cac74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
##FROM php:8.3-fpm
FROM php:8.2-fpm

RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
Expand Down

0 comments on commit 20cac74

Please sign in to comment.