Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomolo committed Apr 4, 2020
1 parent 7c50bbf commit 70113ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM paolomolo/apache-php7:php-7.2
FROM paolomolo/apache-php7:php-7.3

WORKDIR /var/www/localhost/htdocs/

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Dockerfile for a container running Kirby CMS, Alpine, Apache and PHP7.

For the Kirby 2 Dockerfile check out [docker-getkirby-v2](https://github.com/paolomolo/docker-getkirby-v2)
Check out [docker-getkirby-v2](https://github.com/paolomolo/docker-getkirby-v2) for the deprecated Kirby 2 Dockerfile

## Getting Started

Expand Down Expand Up @@ -30,5 +30,5 @@ Then run `docker-compose up` from your command line and visit `localhost` in you

* [Kirby CMS](https://github.com/getkirby) a file‑based CMS
* [Alpine](https://github.com/alpinelinux) a security-oriented, lightweight Linux distribution
* [PHP7](https://github.com/php) incl. `php-curl, php-dom, php-openssl, php-xml, php-json`
* [PHP7](https://github.com/php) incl. `php-curl, php-mbstring, php-ctype, php-gd`
* [Apache2](https://github.com/apache) web server

0 comments on commit 70113ed

Please sign in to comment.