Skip to content

Commit

Permalink
#2255 - Update docker image of PHP8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 11, 2021
1 parent a5756d0 commit 896ba45
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.0RC5-fpm
FROM php:8.1.0-fpm

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

0 comments on commit 896ba45

Please sign in to comment.