Skip to content

Commit

Permalink
#2255 - Update Dockerfile's
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 7, 2021
1 parent 7402c4c commit c595467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:2.0.8 as composer
FROM composer:latest as composer
FROM php:7.4-fpm

RUN CPU_CORES="$(getconf _NPROCESSORS_ONLN)";
Expand Down
2 changes: 1 addition & 1 deletion docker/8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:2.0.8 as composer
FROM composer:latest as composer
FROM php:8.0-fpm

RUN CPU_CORES="$(getconf _NPROCESSORS_ONLN)";
Expand Down
2 changes: 1 addition & 1 deletion docker/8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:2.0.8 as composer
FROM composer:latest as composer
FROM php:8.1-rc-fpm

RUN CPU_CORES="$(getconf _NPROCESSORS_ONLN)";
Expand Down

0 comments on commit c595467

Please sign in to comment.