Skip to content

Commit

Permalink
Set PHP to version 7.4 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lokonli authored Jan 31, 2021
1 parent d04725e commit 1b4da19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile for Dashticz
# See http://nelkinda.com/blog/apache-php-in-docker/
FROM php:apache
FROM php:7.4-apache
#Default value in case no build argument:
ARG tz="Europe/Amsterdam"
RUN printf "[PHP]\ndate.timezone = $tz\n" > /usr/local/etc/php/conf.d/tzone.ini
Expand Down

0 comments on commit 1b4da19

Please sign in to comment.