Skip to content

Commit 50aa7f9

Browse files
authored
Merge pull request #3 from atsanna/develop
Upgrade image to php:7.3-apache
2 parents d7a5c43 + 644a8bb commit 50aa7f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM php:7.2.30-apache
1+
FROM php:7.3-apache
22

3-
MAINTAINER Antonio Sanna <[email protected]>
3+
LABEL maintainer="Antonio Sanna <[email protected]>"
44

55
RUN apt-get update
66
RUN apt-get upgrade -y

0 commit comments

Comments
 (0)