Skip to content

Commit

Permalink
#2255 - Bump PHP8.1 docker image to RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Nov 7, 2021
1 parent 1847b65 commit 88e76dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM composer:latest as composer
FROM php:8.1.0RC4-fpm
FROM php:8.1.0RC5-fpm

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

0 comments on commit 88e76dc

Please sign in to comment.