Skip to content

Commit fe68b03

Browse files
committed
php 8.0
1 parent c4e9d16 commit fe68b03

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:8.0-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:8.0-fpm-bullseye
22

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

0 commit comments

Comments
 (0)