Skip to content

Commit f39eb35

Browse files
committed
php 7.4
1 parent c4e9d16 commit f39eb35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli-bullseye
1+
FROM php:7.4-cli-bullseye
22

33
# Install dependencies
44
RUN apt-get update && apt-get install -yqq \

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-fpm-bullseye
1+
FROM php:7.4-fpm-bullseye
22

33
# Install dependencies
44
RUN apt-get update && apt-get install -yqq \

0 commit comments

Comments
 (0)