Skip to content

Commit 0ca36d0

Browse files
committed
update to php 7.4
1 parent cb51dd1 commit 0ca36d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.2-apache
1+
FROM php:7-apache
22
MAINTAINER Kevin Williams (@llslim) <[email protected]>
33

44
RUN set -ex \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# docker-apache-php Web Service (php 7.3 apache)
1+
# docker-apache-php Web Service (php 7.4 apache)
22

33
A Docker container to provide a web service for executing applications written in PHP.
44

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ version: '3'
33
services:
44
web:
55
build: .
6-
image: llslim/docker-apache-php:local
6+
image: llslim/docker-apache-php:local_next

0 commit comments

Comments
 (0)