Skip to content

Commit

Permalink
#2407 - Update docker image to 8.3.0RC3-fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Oct 8, 2023
1 parent 4779eea commit 41db575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM composer:latest AS composer
FROM php:8.3.0beta3-fpm
FROM 8.3.0RC3-fpm

RUN CPU_CORES="$(getconf _NPROCESSORS_ONLN)";
ENV MAKEFLAGS="-j${CPU_CORES}"
Expand Down

0 comments on commit 41db575

Please sign in to comment.