Skip to content

Commit 2beb959

Browse files
authored
change php to v7
1 parent 05f7b2a commit 2beb959

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM php:5.6.31-fpm-alpine
2-
#FROM alpine:3.6
1+
FROM php:7.4.6-fpm-alpine3.11
32

43
MAINTAINER Jing Lin <[email protected]>
54

@@ -290,4 +289,4 @@ ADD supervisord.conf /etc/supervisord.conf
290289
RUN chmod 755 /start.sh
291290

292291
EXPOSE 80/tcp 443/tcp
293-
CMD ["/start.sh"]
292+
CMD ["/start.sh"]

0 commit comments

Comments
 (0)